diff options
-rw-r--r-- | mm/vmstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index f389168f9a83..a8d6b59e609a 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -998,6 +998,7 @@ static int __cpuinit vmstat_cpuup_callback(struct notifier_block *nfb, | |||
998 | switch (action) { | 998 | switch (action) { |
999 | case CPU_ONLINE: | 999 | case CPU_ONLINE: |
1000 | case CPU_ONLINE_FROZEN: | 1000 | case CPU_ONLINE_FROZEN: |
1001 | refresh_zone_stat_thresholds(); | ||
1001 | start_cpu_timer(cpu); | 1002 | start_cpu_timer(cpu); |
1002 | node_set_state(cpu_to_node(cpu), N_CPU); | 1003 | node_set_state(cpu_to_node(cpu), N_CPU); |
1003 | break; | 1004 | break; |