summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2013-01-06 05:37:26 +0000
committerneel <neel@FreeBSD.org>2013-01-06 05:37:26 +0000
commitd184bb1077cf7d96f98f7b5b1fb24951ff6a80e7 (patch)
tree6896ed7fdd35b83340105a22522d3839c1a83bcf /sys/amd64/include
parenteda0d7f2563ff44f103201dbb5a841351f0c024a (diff)
downloadFreeBSD-src-d184bb1077cf7d96f98f7b5b1fb24951ff6a80e7.zip
FreeBSD-src-d184bb1077cf7d96f98f7b5b1fb24951ff6a80e7.tar.gz
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
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/apicvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/apicvar.h b/sys/amd64/include/apicvar.h
index dee5900..ae2f5b9 100644
--- a/sys/amd64/include/apicvar.h
+++ b/sys/amd64/include/apicvar.h
@@ -209,7 +209,6 @@ int lapic_enable_pmc(void);
void lapic_eoi(void);
int lapic_id(void);
void lapic_init(vm_paddr_t addr);
-void lapic_init_ap(void);
int lapic_intr_pending(u_int vector);
void lapic_ipi_raw(register_t icrlo, u_int dest);
void lapic_ipi_vectored(u_int vector, int dest);
OpenPOWER on IntegriCloud