mm: meminit: finish initialisation of struct pages before basic setup
[deliverable/linux.git] / init / main.c
index c599aea23bb1cbaec3eeb55ec2a181fcd735fd2c..c5d5626289cee3a46f7e1b7d2441ca0496ba4471 100644 (file)
@@ -1004,6 +1004,8 @@ static noinline void __init kernel_init_freeable(void)
        smp_init();
        sched_init_smp();
 
+       page_alloc_init_late();
+
        do_basic_setup();
 
        /* Open the /dev/console on the rootfs, this should never fail */
This page took 0.024465 seconds and 5 git commands to generate.