Enable PCI interrupt routing for i386 SMP kernels.

This commit is contained in:
John Baldwin 2003-11-03 22:06:35 +00:00
parent 50d2d4c753
commit 4311d1d368

View File

@ -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.