Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / arch / arc / mm / init.c
index abfeef7..c083bf6 100644 (file)
@@ -89,10 +89,7 @@ void __init setup_arch_memory(void)
 {
        unsigned long max_zone_pfn[MAX_NR_ZONES] = { 0 };
 
-       init_mm.start_code = (unsigned long)_text;
-       init_mm.end_code = (unsigned long)_etext;
-       init_mm.end_data = (unsigned long)_edata;
-       init_mm.brk = (unsigned long)_end;
+       setup_initial_init_mm(_text, _etext, _edata, _end);
 
        /* first page of system - kernel .vector starts here */
        min_low_pfn = virt_to_pfn(CONFIG_LINUX_RAM_BASE);