On 12/08/2025 9:19 am, Jan Beulich wrote: > On 08.08.2025 22:22, Andrew Cooper wrote: >> ... to abstract away updating the refereces to the old BSP stack. >> >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > If it helps later: > Acked-by: Jan Beulich <jbeul...@suse.com> > with .. > >> --- a/xen/arch/x86/traps-setup.c >> +++ b/xen/arch/x86/traps-setup.c >> @@ -107,6 +107,15 @@ void __init traps_init(void) >> percpu_traps_init(); >> } >> >> +/* >> + * Re-initialise all state referencing the early-boot stack. >> + */ >> +void bsp_traps_reinit(void) > ... __init added here.
Oops, yes. Fixed. Thanks. ~Andrew