aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-11-03 22:06:35 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-11-03 22:06:35 +0000
commit4311d1d3687b581962c8439eba7c497303217a46 (patch)
tree3e17fd13c6cb236c9077574eafce1ddacf27ece3 /sys/dev
parent50d2d4c753113042c51e1f2165056de662ecd1e5 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 60e28641f3efe..0190b2b3966a5 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -816,7 +816,7 @@ pci_add_resources(device_t pcib, device_t bus, device_t dev)
}
if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
-#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
+#if defined(__ia64__) || defined(__i386__)
/*
* Try to re-route interrupts. Sometimes the BIOS or
* firmware may leave bogus values in these registers.