Re: [PATCH v4 01/18] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()

2014-09-17 Thread Mark Rutland
On Mon, Sep 15, 2014 at 07:16:32AM +0100, Olof Johansson wrote: > 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_tr

Re: [PATCH v4 01/18] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()

2014-09-15 Thread Olof Johansson
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

Re: [PATCH v4 01/18] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()

2014-09-12 Thread Jon Masters
On 09/12/2014 09:59 AM, 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 > --- > arch/arm

[PATCH v4 01/18] ARM64: Move the init of cpu_logical_map(0) before unflatten_device_tree()

2014-09-12 Thread Hanjun Guo
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 --- arch/arm64/kernel/setup.c |2 +- 1 file changed, 1 insertion