summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-21 23:29:21 +0200
committerAlmuHS <almuhs@github.com>2019-04-21 23:29:21 +0200
commit50d7d033f305e440e97549931d474331df7577d6 (patch)
treedd4dc2b47c66fa8c2a743830006230a4dd56f096 /i386/i386/cpuboot.S
parente66ce78f2b949e0ed809d0532990c32577f2e96e (diff)
removed duplicated declaration of _intstack
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 d453571a..bd1097e9 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -103,7 +103,6 @@ _apboot:
pushl stack_ptr
call cpu_ap_main
- .comm _intstack,INTSTACK_SIZE
cli