summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-03-30 00:35:30 +0100
committerAlmuHS <liberamenso10000@gmail.com>2019-03-30 00:39:05 +0100
commit248153d767d98ed7b5f315e74c6097121d2a9e3a (patch)
tree44c1848e4648a1108ac6ac9b5ce4b95d288d88b5 /kern
parentc229fd2d0c2e914183798c67a020cc5bda7f2d83 (diff)
removed unnecessary macro
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/kern/startup.c b/kern/startup.c
index 99526750..ff217722 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -74,12 +74,11 @@ boolean_t reboot_on_panic = TRUE;
#endif
#if NCPUS > 1
+
#include <machine/mp_desc.h>
#include <kern/machine.h>
+#include <i386at/acpi_rsdp.h>
- #ifndef __ASSEMBLER__
- #include <i386at/acpi_rsdp.h>
- #endif
#endif /* NCPUS > 1 */
/* XX */