Re: [PATCH v3 11/14] xen/asm-generic: introduce stub header numa.h

2023-11-27 Thread Oleksii
Hello Michal, On Fri, 2023-11-24 at 14:03 +0100, Michal Orzel wrote: > > On 17/11/2023 13:24, Oleksii Kurochko wrote: > > > > > > is common through some archs so it is moved > > to asm-generic. > > > > Signed-off-by: Oleksii Kurochko > > --- > > Changes in V3: > >  - Remove old header inclus

Re: [PATCH v3 11/14] xen/asm-generic: introduce stub header numa.h

2023-11-24 Thread Jan Beulich
On 24.11.2023 14:03, Michal Orzel wrote: > On 17/11/2023 13:24, Oleksii Kurochko wrote: >> --- a/xen/arch/arm/include/asm/numa.h >> +++ b/xen/include/asm-generic/numa.h >> @@ -1,9 +1,11 @@ >> -#ifndef __ARCH_ARM_NUMA_H >> -#define __ARCH_ARM_NUMA_H >> +/* SPDX-License-Identifier: GPL-2.0-only */ >>

Re: [PATCH v3 11/14] xen/asm-generic: introduce stub header numa.h

2023-11-24 Thread Michal Orzel
Hi, On 17/11/2023 13:24, Oleksii Kurochko wrote: > > > is common through some archs so it is moved > to asm-generic. > > Signed-off-by: Oleksii Kurochko > --- > Changes in V3: > - Remove old header inclusion in asm-generic numa.h and include > and > - Drop Arm and PPC's numa.h and use

[PATCH v3 11/14] xen/asm-generic: introduce stub header numa.h

2023-11-17 Thread Oleksii Kurochko
is common through some archs so it is moved to asm-generic. Signed-off-by: Oleksii Kurochko --- Changes in V3: - Remove old header inclusion in asm-generic numa.h and include and - Drop Arm and PPC's numa.h and use asm-generic version instead. --- Changes in V2: - update the commi