[PATCH v4 08/13] ARM64 / ACPI: Introduce arch_fix_phys_package_id() for cpu topology

2014-06-26 Thread Hanjun Guo
arch_fix_phys_package_id() will be called in ACPI core to use the slot number provided by ACPI to update the physical package id, then we can get the right value in the "physical id" field of /proc/cpuinfo. Reviewed-by: Grant Likely Signed-off-by: Hanjun Guo ---

[PATCH v4 08/13] ARM64 / ACPI: Introduce arch_fix_phys_package_id() for cpu topology

2014-06-26 Thread Hanjun Guo
arch_fix_phys_package_id() will be called in ACPI core to use the slot number provided by ACPI to update the physical package id, then we can get the right value in the physical id field of /proc/cpuinfo. Reviewed-by: Grant Likely grant.lik...@linaro.org Signed-off-by: Hanjun Guo