On 3/12/2026 7:07 PM, Jonathan Cameron wrote: > On Thu, 12 Mar 2026 15:23:14 +0800 > Chengwen Feng <[email protected]> wrote: > >> To unify the CPU ACPI ID retrieval interface across architectures, >> rename the existing get_acpi_id_for_cpu() function to >> acpi_get_cpu_uid() on arm64/riscv/loongarch platforms. >> >> This is a pure rename with no functional change, preparing for a > > It's not just a rename. This should mention that the addition of error > checks and hence the resulting signature change.
Sorry for overlooking this, it has already been fixed in v7. And v7 also fix below review comments. Thanks > >> consistent ACPI Processor UID retrieval interface across all ACPI-enabled >> platforms. >> >> Note: Move the ARM64-specific get_cpu_for_acpi_id() implementation to >> arch/arm64/kernel/acpi_numa.c to fix compilation errors from >> circular header dependencies introduced by the rename. >> >> Cc: [email protected] >> Signed-off-by: Chengwen Feng <[email protected]> >> Reviewed-by: Jonathan Cameron <[email protected]> > From a reread, a few minor style consistency things inline. > ... >
