aboutsummaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/boothdr.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/x86_64/boothdr.S b/x86_64/boothdr.S
index d81f9a78..0ab9bd55 100644
--- a/x86_64/boothdr.S
+++ b/x86_64/boothdr.S
@@ -158,7 +158,7 @@ switch64:
boot_entry64:
/* Switch to our own interrupt stack. */
- movq $(_intstack+INTSTACK_SIZE),%rax
+ movq $solid_intstack+INTSTACK_SIZE-16, %rax
andq $(~15),%rax
movq %rax,%rsp
@@ -192,9 +192,6 @@ iplt_done:
/* not reached */
nop
- .section .boot.data
- .comm _intstack,INTSTACK_SIZE
-
.code32
.section .boot.data
.align 4096