Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes
[linux-2.6-microblaze.git] / arch / nds32 / kernel / setup.c
index af82e99..41725ea 100644 (file)
@@ -294,10 +294,7 @@ void __init setup_arch(char **cmdline_p)
 
        setup_cpuinfo();
 
-       init_mm.start_code = (unsigned long)&_stext;
-       init_mm.end_code = (unsigned long)&_etext;
-       init_mm.end_data = (unsigned long)&_edata;
-       init_mm.brk = (unsigned long)&_end;
+       setup_initial_init_mm(_stext, _etext, _edata, _end);
 
        /* setup bootmem allocator */
        setup_memory();