7d6cff4882
Changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46768
18 lines
448 B
Diff
18 lines
448 B
Diff
--- a/arch/mips/kernel/setup.c
|
|
+++ b/arch/mips/kernel/setup.c
|
|
@@ -675,7 +675,6 @@ static void __init arch_mem_init(char **
|
|
crashk_res.end - crashk_res.start + 1,
|
|
BOOTMEM_DEFAULT);
|
|
#endif
|
|
- device_tree_init();
|
|
sparse_init();
|
|
plat_swiotlb_setup();
|
|
paging_init();
|
|
@@ -784,6 +783,7 @@ void __init setup_arch(char **cmdline_p)
|
|
prefill_possible_map();
|
|
|
|
cpu_cache_init();
|
|
+ device_tree_init();
|
|
}
|
|
|
|
unsigned long kernelsp[NR_CPUS];
|