aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2024-12-06 01:58:13 +0000
committerWarner Losh <imp@FreeBSD.org>2024-12-06 02:07:45 +0000
commitbd6cd409a955b4a0b0b0d0633b4bbf5e3eac6fdb (patch)
treefe9d258d4dae3a73283c15bf6f00fc0e0f9ee32e /sys
parentbfc8e3308bee23d0f7836d57f32ed8d47da02627 (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/x86/include/intr_machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/x86/include/intr_machdep.h b/sys/x86/include/intr_machdep.h
index d7bfcdc126a9..9e913440c712 100644
--- a/sys/x86/include/intr_machdep.h
+++ b/sys/x86/include/intr_machdep.h
@@ -62,8 +62,6 @@ extern u_int num_msi_irqs;
*/
#define MSI_INTEL_ADDR_BASE 0xfee00000
-#ifndef LOCORE
-
typedef void inthand_t(void);
#define IDTVEC(name) __CONCAT(X,name)
@@ -165,6 +163,5 @@ int msix_release(int irq);
void xen_intr_alloc_irqs(void);
#endif
-#endif /* !LOCORE */
#endif /* _KERNEL */
#endif /* !__X86_INTR_MACHDEP_H__ */