Re: Ping: [PATCH v2] NUMA: no need for asm/numa.h when !NUMA

2024-01-25 Thread Julien Grall
Hi Jan, On 25/01/2024 17:00, Jan Beulich wrote: On 08.01.2024 12:30, Jan Beulich wrote: There's no point in every architecture carrying the same stubs for the case when NUMA isn't enabled (or even supported). Move all of that to xen/numa.h; replace explicit uses of asm/numa.h in common code. Ma

Ping: [PATCH v2] NUMA: no need for asm/numa.h when !NUMA

2024-01-25 Thread Jan Beulich
On 08.01.2024 12:30, Jan Beulich wrote: > There's no point in every architecture carrying the same stubs for the > case when NUMA isn't enabled (or even supported). Move all of that to > xen/numa.h; replace explicit uses of asm/numa.h in common code. Make > inclusion of asm/numa.h dependent upon NU

Re: [PATCH v2] NUMA: no need for asm/numa.h when !NUMA

2024-01-09 Thread Oleksii
Looks good to me. Acked-by: Oleksii Kurochko Best regards, Oleksii On Mon, 2024-01-08 at 12:30 +0100, Jan Beulich wrote: > There's no point in every architecture carrying the same stubs for > the > case when NUMA isn't enabled (or even supported). Move all of that to > xen/numa.h; replace expl

Re: [PATCH v2] NUMA: no need for asm/numa.h when !NUMA

2024-01-08 Thread Shawn Anastasio
Hi Jan, On 1/8/24 5:30 AM, Jan Beulich wrote: > There's no point in every architecture carrying the same stubs for the > case when NUMA isn't enabled (or even supported). Move all of that to > xen/numa.h; replace explicit uses of asm/numa.h in common code. Make > inclusion of asm/numa.h dependent

[PATCH v2] NUMA: no need for asm/numa.h when !NUMA

2024-01-08 Thread Jan Beulich
There's no point in every architecture carrying the same stubs for the case when NUMA isn't enabled (or even supported). Move all of that to xen/numa.h; replace explicit uses of asm/numa.h in common code. Make inclusion of asm/numa.h dependent upon NUMA=y. Drop the no longer applicable "implement