aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c
index 4990f7ec776a..c24805c824b9 100644
--- a/init/main.c
+++ b/init/main.c
@@ -446,8 +446,8 @@ void __init __weak thread_info_cache_init(void)
446static void __init mm_init(void) 446static void __init mm_init(void)
447{ 447{
448 /* 448 /*
449 * page_cgroup requires countinous pages as memmap 449 * page_cgroup requires contiguous pages,
450 * and it's bigger than MAX_ORDER unless SPARSEMEM. 450 * bigger than MAX_ORDER unless SPARSEMEM.
451 */ 451 */
452 page_cgroup_init_flatmem(); 452 page_cgroup_init_flatmem();
453 mem_init(); 453 mem_init();