aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/x86/local_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/x86/local_apic.c')
-rw-r--r--sys/x86/x86/local_apic.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c
index a34cfbb8b1c9..759c1ae8625a 100644
--- a/sys/x86/x86/local_apic.c
+++ b/sys/x86/x86/local_apic.c
@@ -2113,10 +2113,6 @@ native_lapic_ipi_vectored(u_int vector, int dest)
#endif /* SMP */
-#ifdef __i386__
-extern uintptr_t setidt_disp;
-#endif
-
/*
* Since the IDT is shared by all CPUs the IPI slot update needs to be globally
* visible.