From e5facfba3d2dba679d72c859066260eb0d33456c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Apr 2021 16:46:19 +0200 Subject: 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. --- x86_64/xen_boothdr.S | 1 + 1 file changed, 1 insertion(+) (limited to 'x86_64') 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 -- cgit v1.2.3