Re: [PATCH v2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

From: fengchengwen

Date: Thu Mar 05 2026 - 21:23:40 EST


On 3/5/2026 10:54 PM, Jonathan Cameron wrote:
>
>>>> + 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.

Sounds good, done in v3

Thanks

>
> J
>
>