Re: [XEN PATCH 7/9] x86/smp: drop booting_cpu variable

2024-03-12 Thread Krystian Hebel
On 8.02.2024 12:39, Jan Beulich wrote: On 14.11.2023 18:50, Krystian Hebel wrote: CPU id is obtained as a side effect of searching for appropriate stack for AP. It can be used as a parameter to start_secondary(). Coincidentally this also makes further work on making AP bring-up code parallel

Re: [XEN PATCH 7/9] x86/smp: drop booting_cpu variable

2024-02-08 Thread Jan Beulich
On 14.11.2023 18:50, Krystian Hebel wrote: > CPU id is obtained as a side effect of searching for appropriate > stack for AP. It can be used as a parameter to start_secondary(). > Coincidentally this also makes further work on making AP bring-up > code parallel easier. It's not just "easier", but

[XEN PATCH 7/9] x86/smp: drop booting_cpu variable

2023-11-14 Thread Krystian Hebel
CPU id is obtained as a side effect of searching for appropriate stack for AP. It can be used as a parameter to start_secondary(). Coincidentally this also makes further work on making AP bring-up code parallel easier. Signed-off-by: Krystian Hebel --- xen/arch/x86/boot/x86_64.S | 13