diff options
| author | Tor Egge <tegge@FreeBSD.org> | 1999-10-15 21:38:15 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 1999-10-15 21:38:15 +0000 |
| commit | 64793e7fe2ea2953a63a7836a6432d762c53bfc9 (patch) | |
| tree | d42a99e4bfcc8a5dbb197844258f4b1968dec210 | |
| parent | 059b89f6a3c7fe3e2e9788210850ab6f88b829a9 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 7 | ||||
| -rw-r--r-- | sys/amd64/amd64/mptable.c | 7 | ||||
| -rw-r--r-- | sys/amd64/include/mptable.h | 7 | ||||
| -rw-r--r-- | sys/i386/i386/mp_machdep.c | 7 | ||||
| -rw-r--r-- | sys/i386/i386/mptable.c | 7 | ||||
| -rw-r--r-- | sys/i386/include/mptable.h | 7 | ||||
| -rw-r--r-- | sys/kern/subr_smp.c | 7 |
7 files changed, 0 insertions, 49 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index dec05e207191..d1019733b41b 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.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; - } - } } diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index dec05e207191..d1019733b41b 100644 --- a/sys/amd64/amd64/mptable.c +++ b/sys/amd64/amd64/mptable.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; - } - } } diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index dec05e207191..d1019733b41b 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -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; - } - } } diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index dec05e207191..d1019733b41b 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.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; - } - } } diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index dec05e207191..d1019733b41b 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.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; - } - } } diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index dec05e207191..d1019733b41b 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -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; - } - } } diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index dec05e207191..d1019733b41b 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; - } - } } |
