aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r--include/linux/mmzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index 7fe317164b73..a703527e2b45 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -169,7 +169,7 @@ struct zone {
169 /* 169 /*
170 * zone reclaim becomes active if more unmapped pages exist. 170 * zone reclaim becomes active if more unmapped pages exist.
171 */ 171 */
172 unsigned long min_unmapped_ratio; 172 unsigned long min_unmapped_pages;
173 struct per_cpu_pageset *pageset[NR_CPUS]; 173 struct per_cpu_pageset *pageset[NR_CPUS];
174#else 174#else
175 struct per_cpu_pageset pageset[NR_CPUS]; 175 struct per_cpu_pageset pageset[NR_CPUS];