summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-15 17:08:55 +0200
committerAlmuHS <almuhs@github.com>2019-04-15 17:08:55 +0200
commit86f2ea48a3bed8372878e32aa4ab0ec65808d335 (patch)
tree686c81afc1d34b05e653b38f1cbfa60780013803 /kern
parentb900856b259c1903a07c17fd2ff89a17fd4cf11b (diff)
added apic2kernel declaration
Diffstat (limited to 'kern')
-rw-r--r--kern/cpu_number.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/cpu_number.h b/kern/cpu_number.h
index e86b8ee9..72276f7a 100644
--- a/kern/cpu_number.h
+++ b/kern/cpu_number.h
@@ -27,7 +27,7 @@
#ifndef _KERN_CPU_NUMBER_H_
#define _KERN_CPU_NUMBER_H_
-
+extern unsigned apic2kernel[NCPUS];
/*
* Definitions for cpu identification in multi-processors.