summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-03-29 14:36:31 +0100
committerAlmuHS <liberamenso10000@gmail.com>2019-03-29 14:36:31 +0100
commit922dd38215bf337978fd40a42e855144be50a63f (patch)
tree96a44b37819fad6077131678b512d8902c7cdf03 /kern
parentbdd94f96399a41426357a50c24255c1b6a72cc64 (diff)
added macro
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/kern/startup.c b/kern/startup.c
index d298c105..2c67b8be 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -64,7 +64,6 @@
#include <mach/version.h>
#include <device/device_init.h>
-#include <i386at/acpi_rsdp.h>
#if MACH_KDB
#include <device/cons.h>
@@ -77,6 +76,10 @@ boolean_t reboot_on_panic = TRUE;
#if NCPUS > 1
#include <machine/mp_desc.h>
#include <kern/machine.h>
+
+ #ifndef __ASSEMBLER__
+ #include <i386at/acpi_rsdp.h>
+ #endif
#endif /* NCPUS > 1 */
/* XX */