summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-13 21:10:55 +0200
committerAlmuHS <almuhs@github.com>2019-05-13 21:10:55 +0200
commit6885fd35a97c67e99ea93cb661a8451af301086e (patch)
tree33c94f717e5e5ff6056a8b9b5e86e9eee28a499c
parent1c0c6600257490e3cc73a7aac86f45b984531014 (diff)
Revert "hide cpu enumeration if NCPUS == 1"
This reverts commit a667bab82e600fd453f66e341a91d8227c16db0b.
-rw-r--r--i386/i386at/model_dep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index aaa6c3c7..2dea5a52 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -419,8 +419,6 @@ i386at_init(void)
}
#endif /* MACH_XEN */
-
-#if NCPUS > 1
/*Read lapic and ioapic from acpi tables*/
if(acpi_setup() == 0)
{
@@ -430,7 +428,6 @@ i386at_init(void)
{
panic("could not find acpi tables for multiprocessor");
}
-#endif
/*