Re: [PATCH] arm64: kernel: numa: fix ACPI boot cpu numa node mapping

2016-10-17 Thread Laszlo Ersek
On 10/17/16 16:18, Lorenzo Pieralisi wrote: > Commit 7ba5f605f3a0 ("arm64/numa: remove the limitation that cpu0 must > bind to node0") removed the numa cpu<->node mapping restriction whereby > logical cpu 0 always corresponds to numa node 0; removing the > restriction was correct, in that it does n

[PATCH] arm64: kernel: numa: fix ACPI boot cpu numa node mapping

2016-10-17 Thread Lorenzo Pieralisi
Commit 7ba5f605f3a0 ("arm64/numa: remove the limitation that cpu0 must bind to node0") removed the numa cpu<->node mapping restriction whereby logical cpu 0 always corresponds to numa node 0; removing the restriction was correct, in that it does not really exist in practice but the commit only upda