summaryrefslogtreecommitdiffstats
path: root/sys/x86/xen/xen_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/xen/xen_apic.c')
-rw-r--r--sys/x86/xen/xen_apic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/x86/xen/xen_apic.c b/sys/x86/xen/xen_apic.c
index a65f3b5..9400378 100644
--- a/sys/x86/xen/xen_apic.c
+++ b/sys/x86/xen/xen_apic.c
@@ -74,12 +74,6 @@ static driver_filter_t xen_cpususpend_handler;
static driver_filter_t xen_cpustophard_handler;
#endif
-/*---------------------------- Extern Declarations ---------------------------*/
-/* Variables used by mp_machdep to perform the MMU related IPIs */
-#ifdef __amd64__
-extern int pmap_pcid_enabled;
-#endif
-
/*---------------------------------- Macros ----------------------------------*/
#define IPI_TO_IDX(ipi) ((ipi) - APIC_IPI_INTS)
OpenPOWER on IntegriCloud