Re: [PATCH v2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
From: Jonathan Cameron
Date: Thu Mar 05 2026 - 09:59:47 EST
> >> + ret = acpi_get_cpu_acpi_id(cpu);
> > Can we use get_acpi_id_for_cpu() directly? Then just x86 needs a wrapper.
>
> Yes, it indeed simple.
>
> But I prefer to have the acpi_ prefix for such API names because it's a cross-subsystem API reference.
Can we just do a global rename of get_acpi_id_for_cpu() as a precursor
patch? Then this just becomes adding x86 implementation and using
it on all architectures.
J