summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-24 20:34:23 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-24 20:34:23 +0200
commit3c861e6cbc77d7aefcc2594b65a7d24d0df83357 (patch)
tree006954f30d29349d1922f5ecf1f84107092a99b7
parent3ec97de24bfaeb44fe2b0f7048062bbb496d2c7e (diff)
x86/boot: remove extern stack declarations
-rw-r--r--arch/x86/machine/boot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/machine/boot.h b/arch/x86/machine/boot.h
index bd5eb2da..d10f0c22 100644
--- a/arch/x86/machine/boot.h
+++ b/arch/x86/machine/boot.h
@@ -69,9 +69,6 @@
extern char _boot;
extern char _boot_end;
-extern char boot_stack[STACK_SIZE];
-extern char boot_ap_stack[STACK_SIZE];
-
/*
* This variable contains the CPU ID of an AP during early initialization.
*/