summaryrefslogtreecommitdiff
path: root/i386/xen/xen_boothdr.S
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 /i386/xen/xen_boothdr.S
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 'i386/xen/xen_boothdr.S')
-rw-r--r--i386/xen/xen_boothdr.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/xen/xen_boothdr.S b/i386/xen/xen_boothdr.S
index ac6ad25d..4704c66f 100644
--- a/i386/xen/xen_boothdr.S
+++ b/i386/xen/xen_boothdr.S
@@ -204,4 +204,5 @@ ldt:
stack:
.long _intstack+INTSTACK_SIZE,0xe021
.comm _intstack,INTSTACK_SIZE
+ .comm _eintstack,0