summaryrefslogtreecommitdiff
path: root/i386/i386/cpuboot.S
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-21 23:37:12 +0200
committerAlmuHS <almuhs@github.com>2019-04-21 23:37:12 +0200
commitc3f867f7fdd9770f17837612f9c162c52e47e9b9 (patch)
tree6deb509246da116cbff63754718088a1f38247d5 /i386/i386/cpuboot.S
parent50d7d033f305e440e97549931d474331df7577d6 (diff)
recovered declaration
Diffstat (limited to 'i386/i386/cpuboot.S')
-rw-r--r--i386/i386/cpuboot.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index bd1097e9..d453571a 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -103,6 +103,7 @@ _apboot:
pushl stack_ptr
call cpu_ap_main
+ .comm _intstack,INTSTACK_SIZE
cli