[PATCH v4 01/18] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()
From: Olof Johansson <hidden>
Date: 2014-09-15 07:34:08
Also in:
linux-acpi, lkml
From: Olof Johansson <hidden>
Date: 2014-09-15 07:34:08
Also in:
linux-acpi, lkml
On Fri, Sep 12, 2014 at 09:59:59PM +0800, Hanjun Guo wrote:
It always make sense to initialize CPU0's logical map entry from the hardware values, so move the initialization of cpu_logical_map(0) before unflatten_device_tree() which is needed by ACPI code later. Signed-off-by: Hanjun Guo <redacted>
Acked-by: Olof Johansson <redacted> With or without needs for ACPI, I don't think there's any reason for this code to not go in now. -Olof