]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert changes for x2apic support from projects/bhyve.
authorNeel Natu <neel@FreeBSD.org>
Sun, 6 Jan 2013 05:37:26 +0000 (05:37 +0000)
committerNeel Natu <neel@FreeBSD.org>
Sun, 6 Jan 2013 05:37:26 +0000 (05:37 +0000)
commit03429e45a7a9d65e5985ee061931a86e997ee347
tree6896ed7fdd35b83340105a22522d3839c1a83bcf
parent2d28bff346b9ac4d8500dc8cd6b0fb733e01f45f
Revert changes for x2apic support from projects/bhyve.

During the early days of bhyve it did not support instruction emulation
which necessitated the use of x2apic to access the local apic. This is no
longer the case and the dependency on x2apic has gone away.

The x2apic patches can be considered independently of bhyve and will be
merged into head via projects/x2apic.

Discussed with: grehan
sys/amd64/amd64/apic_vector.S
sys/amd64/amd64/mp_machdep.c
sys/amd64/include/apicvar.h
sys/x86/x86/local_apic.c