diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 8614e8f6743b..ef4176843d9e 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -679,13 +679,13 @@ static int __cpuinit vmstat_cpuup_callback(struct notifier_block *nfb, | |||
679 | void *hcpu) | 679 | void *hcpu) |
680 | { | 680 | { |
681 | switch (action) { | 681 | switch (action) { |
682 | case CPU_UP_PREPARE: | 682 | case CPU_UP_PREPARE: |
683 | case CPU_UP_CANCELED: | 683 | case CPU_UP_CANCELED: |
684 | case CPU_DEAD: | 684 | case CPU_DEAD: |
685 | refresh_zone_stat_thresholds(); | 685 | refresh_zone_stat_thresholds(); |
686 | break; | 686 | break; |
687 | default: | 687 | default: |
688 | break; | 688 | break; |
689 | } | 689 | } |
690 | return NOTIFY_OK; | 690 | return NOTIFY_OK; |
691 | } | 691 | } |