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
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 */
>>
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
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