diff options
-rw-r--r-- | arch/x86/machine/boot.h | 3 |
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. */ |