UBUNTU: SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
BugLink: http://bugs.launchpad.net/bugs/1558765 In order to extract NUMA information from the device tree, we need to have the tree in its unflattened form. Split paging_init() into two pieces. The first piece maps memory so that unflatten_device_tree(), can allocate memory. The second piece containing the bootmem_init() call that will be patched in a follow-on patch to add NUMA handling. Move the unflatten_device_tree() call between the two new pieces. Signed-off-by: David Daney <david.daney@cavium.com> [ dannf: v15 submittal ] Reference: http://www.spinics.net/lists/arm-kernel/msg489637.htmlSigned-off-by: dann frazier <dann.frazier@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Showing
Please register or sign in to comment