[kvm-unit-tests PATCH 03/24] arm/arm64: Move cpumask.h to common lib
Thomas Huth
thuth at redhat.com
Wed Jan 24 01:52:47 PST 2024
On 24/01/2024 08.18, Andrew Jones wrote:
> RISC-V will also make use of cpumask.h, so move it to the arch-common
> directory.
>
> Signed-off-by: Andrew Jones <andrew.jones at linux.dev>
> ---
> lib/arm/asm/gic-v2.h | 2 +-
> lib/arm/asm/gic-v3.h | 2 +-
> lib/arm/asm/gic.h | 2 +-
> lib/arm/asm/smp.h | 2 +-
> lib/arm/mmu.c | 2 +-
> lib/arm/smp.c | 2 +-
> lib/arm64/asm/cpumask.h | 1 -
> lib/{arm/asm => }/cpumask.h | 9 ++++-----
> 8 files changed, 10 insertions(+), 12 deletions(-)
> delete mode 100644 lib/arm64/asm/cpumask.h
> rename lib/{arm/asm => }/cpumask.h (94%)
Reviewed-by: Thomas Huth <thuth at redhat.com>
More information about the kvm-riscv
mailing list