We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfef2ef commit b8f1a75Copy full SHA for b8f1a75
init/main.c
@@ -606,7 +606,6 @@ asmlinkage __visible void __init start_kernel(void)
606
initrd_start = 0;
607
}
608
#endif
609
- page_ext_init();
610
debug_objects_mem_init();
611
kmemleak_init();
612
setup_per_cpu_pageset();
@@ -1004,6 +1003,8 @@ static noinline void __init kernel_init_freeable(void)
1004
1003
sched_init_smp();
1005
1006
page_alloc_init_late();
+ /* Initialize page ext after all struct pages are initializaed */
1007
+ page_ext_init();
1008
1009
do_basic_setup();
1010
0 commit comments