42c04aef9623c070cb38d9725f78a79ccc17921a
[openwrt/staging/wigyori.git] / target / linux / ramips / patches-3.18 / 0065-fix_dts_cache_issues.patch
1 --- a/arch/mips/kernel/setup.c
2 +++ b/arch/mips/kernel/setup.c
3 @@ -675,7 +675,6 @@
4 crashk_res.end - crashk_res.start + 1,
5 BOOTMEM_DEFAULT);
6 #endif
7 - device_tree_init();
8 sparse_init();
9 plat_swiotlb_setup();
10 paging_init();
11 @@ -784,6 +783,7 @@
12 prefill_possible_map();
13
14 cpu_cache_init();
15 + device_tree_init();
16 }
17
18 unsigned long kernelsp[NR_CPUS];