]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ACPI / processor: Make it possible to get APIC ID via GIC"
authorHanjun Guo <hanjun.guo@linaro.org>
Wed, 26 Mar 2014 00:36:23 +0000 (08:36 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 26 Mar 2014 15:30:34 +0000 (16:30 +0100)
commit6cdfaa47b155542139ea8fb4be5e9ee43651f42a
tree8274fed8949264170869c00e34bf95a7424e03f8
parent6e096b8ba2dcc8689e703425640eb05d771740ed
Revert "ACPI / processor: Make it possible to get APIC ID via GIC"

Revert commit 5bce2f180449 (ACPI / processor: Make it possible to get
APIC ID via GIC).

APIC ID refers the hardware ID of the CPU, which means MPIDR on
ARM/ARM64, but in ACPI 5.0, GIC ID feild in GIC structure have
no explicit definition and may not refer to the MPIDR.

Commit 5bce2f180449 assumed that gic->gic_id as MPIDR which may not be
the case, so revert it until the explicit definition of GIC structure
is ready.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
[rjw: Changelog]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/processor_core.c