Re: [PATCH] xen/arm: Properly clean update to init_ttbr and smp_up_cpu

2024-02-01 Thread Julien Grall
Hi, On 31/01/2024 07:57, Bertrand Marquis wrote: On 30 Jan 2024, at 18:29, Julien Grall wrote: From: Julien Grall Recent rework to the secondary boot code modified how init_ttbr and smp_up_cpu are accessed. Rather than directly accessing them, we are using a pointer to them. The helper

Re: [PATCH] xen/arm: Properly clean update to init_ttbr and smp_up_cpu

2024-01-30 Thread Bertrand Marquis
Hi Julien, Nice finding :-) > On 30 Jan 2024, at 18:29, Julien Grall wrote: > > From: Julien Grall > > Recent rework to the secondary boot code modified how init_ttbr and > smp_up_cpu are accessed. Rather than directly accessing them, we > are using a pointer to them. > > The helper

Re: [PATCH] xen/arm: Properly clean update to init_ttbr and smp_up_cpu

2024-01-30 Thread Oleksandr Tyshchenko
On 30.01.24 19:29, Julien Grall wrote: Hello Julien > From: Julien Grall > > Recent rework to the secondary boot code modified how init_ttbr and > smp_up_cpu are accessed. Rather than directly accessing them, we > are using a pointer to them. > > The helper clean_dcache() is expected to

[PATCH] xen/arm: Properly clean update to init_ttbr and smp_up_cpu

2024-01-30 Thread Julien Grall
From: Julien Grall Recent rework to the secondary boot code modified how init_ttbr and smp_up_cpu are accessed. Rather than directly accessing them, we are using a pointer to them. The helper clean_dcache() is expected to take the variable in parameter and then clean its content. As we now pass