summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-17 21:05:25 +0200
committerAlmuHS <almuhs@github.com>2019-04-17 21:05:25 +0200
commit1ceb8aac3de51f96a18f836c58ee9ae45dbc2947 (patch)
treeae976f123c7fe25b1c6dc3716fb1932f2e56bab4 /kern
parent16d15950417e5ed7555c514ed25d7f1cfcfc46a5 (diff)
added include
Diffstat (limited to 'kern')
-rw-r--r--kern/cpu_number.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/cpu_number.c b/kern/cpu_number.c
index 752c74ba..18889cbd 100644
--- a/kern/cpu_number.c
+++ b/kern/cpu_number.c
@@ -2,6 +2,7 @@
#include <i386at/acpi_rsdp.h>
#include <imps/apic.h>
#include <mach/machine.h>
+#include <i386/vm_param.h> //phystokv
unsigned int master_cpu = 0; /* 'master' processor - keeps time */