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@xxxxxxxxx> --- 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@xxxxxxxxxx>