diff options
Diffstat (limited to 'mm/page_alloc.c')
| -rw-r--r-- | mm/page_alloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 59de90d5d3a3..c1069efcc4d7 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c  | |||
| @@ -6485,7 +6485,7 @@ int __meminit init_per_zone_wmark_min(void) | |||
| 6485 | setup_per_zone_inactive_ratio(); | 6485 | setup_per_zone_inactive_ratio(); | 
| 6486 | return 0; | 6486 | return 0; | 
| 6487 | } | 6487 | } | 
| 6488 | module_init(init_per_zone_wmark_min) | 6488 | core_initcall(init_per_zone_wmark_min) | 
| 6489 | 6489 | ||
| 6490 | /* | 6490 | /* | 
| 6491 | * min_free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so | 6491 | * min_free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so | 
