summaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-04-04 16:46:19 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-04-04 16:46:19 +0200
commite5facfba3d2dba679d72c859066260eb0d33456c (patch)
tree44e16a03adf5a054c64b8e24874017caae54bce2 /x86_64
parent214866d58ac2bd1060132b250bf391a495110015 (diff)
SMP: fix getting the interrupt stack address and size
* i386/i386at/boothdr.S (_eintstack): Add missing common. * i386/xen/xen_boothdr.S (_eintstack): Add missing common. * x86_64/xen/xen_boothdr.S (_eintstack): Add missing common. * i386/i386/mp_desc.c (intstack, eintstack): Add missing underscore.
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/xen_boothdr.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64/xen_boothdr.S b/x86_64/xen_boothdr.S
index 5208f627..da40a5c0 100644
--- a/x86_64/xen_boothdr.S
+++ b/x86_64/xen_boothdr.S
@@ -186,4 +186,5 @@ ldt:
stack:
.comm _intstack,INTSTACK_SIZE
+ .comm _eintstack,0