aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1999-10-15 21:38:15 +0000
committerTor Egge <tegge@FreeBSD.org>1999-10-15 21:38:15 +0000
commit64793e7fe2ea2953a63a7836a6432d762c53bfc9 (patch)
treed42a99e4bfcc8a5dbb197844258f4b1968dec210 /sys/amd64
parent059b89f6a3c7fe3e2e9788210850ab6f88b829a9 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c7
-rw-r--r--sys/amd64/amd64/mptable.c7
-rw-r--r--sys/amd64/include/mptable.h7
3 files changed, 0 insertions, 21 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;
- }
- }
}