summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-21 23:59:32 +0200
committerAlmuHS <almuhs@github.com>2019-04-21 23:59:32 +0200
commit54760f7e628e8d3e8834e474f5ac62d90df8637a (patch)
tree2abf798ca4475cdcf3fe42e4a672ffd209d31c50 /i386/i386/cpuboot.S
parentc3f867f7fdd9770f17837612f9c162c52e47e9b9 (diff)
removed _intstack loading
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index d453571a..1f45014d 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -90,12 +90,9 @@ _apboot:
movw %ax,%es
movw %ax,%ss
- movl stack_ptr, %esp
+ movl stack_ptr+STACK_SIZE, %esp
addl $STACK_SIZE, %esp
- /* Switch to our own interrupt stack. */
- movl $_intstack+INTSTACK_SIZE,%esp
-
/* Reset EFLAGS to a known state. */
pushl $0
popf