summaryrefslogtreecommitdiffstats
path: root/sys/x86/iommu/intel_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/iommu/intel_drv.c')
-rw-r--r--sys/x86/iommu/intel_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/iommu/intel_drv.c b/sys/x86/iommu/intel_drv.c
index ce3f284..a71c02f 100644
--- a/sys/x86/iommu/intel_drv.c
+++ b/sys/x86/iommu/intel_drv.c
@@ -31,7 +31,7 @@
__FBSDID("$FreeBSD$");
#include "opt_acpi.h"
-#if defined(__amd64__) /* || defined(__ia64__) */
+#if defined(__amd64__)
#define DEV_APIC
#else
#include "opt_apic.h"
OpenPOWER on IntegriCloud