summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-17 21:04:14 +0200
committerAlmuHS <almuhs@github.com>2019-04-17 21:04:14 +0200
commit16d15950417e5ed7555c514ed25d7f1cfcfc46a5 (patch)
tree731b735d4b4a5c2d8a5dd4e9154949c141a48ed7 /kern
parenta34cbcadead23aa1a7fdcb4442c93769e574edf4 (diff)
fix typo
Diffstat (limited to 'kern')
-rw-r--r--kern/cpu_number.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/cpu_number.c b/kern/cpu_number.c
index b708e507..752c74ba 100644
--- a/kern/cpu_number.c
+++ b/kern/cpu_number.c
@@ -5,7 +5,7 @@
unsigned int master_cpu = 0; /* 'master' processor - keeps time */
-extern int lapic_entry;
+extern int lapic_addr;
int
cpu_number()