aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index e574e883fa70..e9ab104b956f 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -200,7 +200,7 @@ void set_pgdat_percpu_threshold(pg_data_t *pgdat,
200 continue; 200 continue;
201 201
202 threshold = (*calculate_pressure)(zone); 202 threshold = (*calculate_pressure)(zone);
203 for_each_possible_cpu(cpu) 203 for_each_online_cpu(cpu)
204 per_cpu_ptr(zone->pageset, cpu)->stat_threshold 204 per_cpu_ptr(zone->pageset, cpu)->stat_threshold
205 = threshold; 205 = threshold;
206 } 206 }