summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-01 18:19:51 +0200
committerAlmuHS <almuhs@github.com>2019-05-01 18:19:51 +0200
commit0463e90c0bb8236247209e26b39bfce49c0dd047 (patch)
tree8c26fd663382b56a3dc2b56e463346165e44c2de
parentf20d4c91dcae6c281c8e6d66329ac1cb9774aaa8 (diff)
fix: removed stack_ptr initial block
-rw-r--r--i386/i386/cpuboot.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index ecda60dd..e19e7a5c 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -100,10 +100,6 @@ _apboot:
call cpu_ap_main
cli
-
-stack_ptr:
- .long 0x0
-
.align 0x10
gdt_descr_tmp:
.short 0x8*3 - 1