aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c
index ff49a6dacfbb..09273262e500 100644
--- a/init/main.c
+++ b/init/main.c
@@ -449,8 +449,8 @@ void __init __weak thread_info_cache_init(void)
449static void __init mm_init(void) 449static void __init mm_init(void)
450{ 450{
451 /* 451 /*
452 * page_cgroup requires countinous pages as memmap 452 * page_cgroup requires contiguous pages,
453 * and it's bigger than MAX_ORDER unless SPARSEMEM. 453 * bigger than MAX_ORDER unless SPARSEMEM.
454 */ 454 */
455 page_cgroup_init_flatmem(); 455 page_cgroup_init_flatmem();
456 mem_init(); 456 mem_init();