[PATCH v7 04/13] arm64/acpi: Create arch specific cpu to acpi id helper
From: Sudeep Holla <hidden>
Date: 2018-03-06 17:13:46
Also in:
linux-acpi, linux-riscv, lkml
From: Sudeep Holla <hidden>
Date: 2018-03-06 17:13:46
Also in:
linux-acpi, linux-riscv, lkml
On 28/02/18 22:06, Jeremy Linton wrote:
Its helpful to be able to lookup the acpi_processor_id associated with a logical cpu. Provide an arm64 helper to do this.
This patch on it's own is good, but it's quite generic and made to look at it again. Sorry for missing this earlier. Can we use "per_cpu(processors, cpu)->acpi_id" at call sites instead ? Or you can make that a generic helper using above expression ? -- Regards, Sudeep