diff options
Diffstat (limited to 'mm/page_cgroup.c')
-rw-r--r-- | mm/page_cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_cgroup.c b/mm/page_cgroup.c index 44db00e253ed..6d757e3a872a 100644 --- a/mm/page_cgroup.c +++ b/mm/page_cgroup.c | |||
@@ -274,7 +274,7 @@ void __init page_cgroup_init(void) | |||
274 | if (mem_cgroup_disabled()) | 274 | if (mem_cgroup_disabled()) |
275 | return; | 275 | return; |
276 | 276 | ||
277 | for_each_node_state(nid, N_HIGH_MEMORY) { | 277 | for_each_node_state(nid, N_MEMORY) { |
278 | unsigned long start_pfn, end_pfn; | 278 | unsigned long start_pfn, end_pfn; |
279 | 279 | ||
280 | start_pfn = node_start_pfn(nid); | 280 | start_pfn = node_start_pfn(nid); |