diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 1fb49bcdb4da41204b6985f6e38b6495f7a2c08b..5818f5f2fe880e8cfc3a3c0f3d6c8da241dc82eb 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -7516,7 +7516,7 @@ int __meminit init_per_zone_wmark_min(void) return 0; } -core_initcall(init_per_zone_wmark_min) +postcore_initcall(init_per_zone_wmark_min) /* * min_free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so