[PATCH v13 4/6] arm64: Move unflatten_device_tree() call earlier.
From: robh+dt@kernel.org (Rob Herring)
Date: 2016-03-03 13:48:16
Also in:
linux-devicetree, linux-efi, lkml
From: robh+dt@kernel.org (Rob Herring)
Date: 2016-03-03 13:48:16
Also in:
linux-devicetree, linux-efi, lkml
On Wed, Mar 2, 2016 at 4:56 PM, David Daney [off-list ref] wrote:
From: David Daney <redacted> In order to extract NUMA information from the device tree, we need to have the tree in its unflattened form. Move the call to unflatten_device_tree() into paging_init(). This puts it before the call to bootmem_init(), which is where the NUMA information is extracted.
Can't you just move up unflatten_device_tree in setup_arch rather than hiding in paging_init?
Signed-off-by: David Daney <redacted> --- arch/arm64/kernel/setup.c | 7 +++---- arch/arm64/mm/mmu.c | 5 +++++ 2 files changed, 8 insertions(+), 4 deletions(-)