summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-30 00:20:29 +0200
committerAlmuHS <almuhs@github.com>2019-04-30 00:20:29 +0200
commit26a0568f33df5bb772e7260470b1a56494562c3b (patch)
treedad3afbb6b6bb30a68f037b67496416dc008ebba /i386/i386/cpuboot.S
parent710f8603aa44a919320229e3fad7b6138a85ac9e (diff)
start implementation of cpustack array
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 4809fb57..428277fa 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -98,7 +98,6 @@ _apboot:
pushl stack_ptr
call cpu_ap_main
- .comm _intstack,INTSTACK_SIZE
cli