[PATCH 0/3] cleanups for ARM64 ACPI
Hanjun Guo
guohanjun at huawei.com
Thu Aug 8 06:15:19 PDT 2024
Remove some leftover functions in asm/acpi.h, and ACPI NUMA
code are not strictly arch specific, move them to drivers/acpi/arm64/.
Hanjun Guo (3):
ARM64: ACPI: Remove the leftover acpi_init_cpus()
ARM64: ACPI: Remove the leftover arm64_acpi_numa_init()
ARM64: ACPI: Move the NUMA code to drivers/acpi/arm64/
arch/arm64/include/asm/acpi.h | 12 ------------
arch/arm64/kernel/Makefile | 1 -
drivers/acpi/arm64/Makefile | 1 +
.../arm64/kernel => drivers/acpi/arm64}/acpi_numa.c | 0
include/linux/acpi.h | 4 ++++
5 files changed, 5 insertions(+), 13 deletions(-)
rename {arch/arm64/kernel => drivers/acpi/arm64}/acpi_numa.c (100%)
--
2.25.1
More information about the linux-arm-kernel
mailing list