diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/init/main.c b/init/main.c index c599aea23bb1..c5d5626289ce 100644 --- a/init/main.c +++ b/init/main.c @@ -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 */ |