0065-fix_dts_cache_issues.patch 448 B

123456789101112131415161718
  1. --- a/arch/mips/kernel/setup.c
  2. +++ b/arch/mips/kernel/setup.c
  3. @@ -679,7 +679,6 @@ static void __init arch_mem_init(char **
  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. @@ -788,6 +787,7 @@ void __init setup_arch(char **cmdline_p)
  12. prefill_possible_map();
  13. cpu_cache_init();
  14. + device_tree_init();
  15. }
  16. unsigned long kernelsp[NR_CPUS];