diff options
-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 b21b3db15a7f..918330f71dba 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -105,7 +105,7 @@ unsigned long totalreserve_pages __read_mostly; | |||
105 | */ | 105 | */ |
106 | unsigned long dirty_balance_reserve __read_mostly; | 106 | unsigned long dirty_balance_reserve __read_mostly; |
107 | 107 | ||
108 | int percpu_pagelist_fraction = 8; | 108 | int percpu_pagelist_fraction; |
109 | gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; | 109 | gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; |
110 | 110 | ||
111 | #ifdef CONFIG_PM_SLEEP | 111 | #ifdef CONFIG_PM_SLEEP |