diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_smp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index dec05e2..d101973 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -1046,13 +1046,6 @@ fix_mp_table(void) } } } - /* sanity check if more than 1 PCI bus */ - else if (num_pci_bus > 1) { - for (x = 0; x < mp_nbusses; ++x) { - if (bus_data[x].bus_type != PCI) - continue; - } - } } |