1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121988

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.