diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 42c59300bacd..f885eb827159 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -5435,7 +5435,7 @@ static int page_alloc_cpu_notify(struct notifier_block *self, | |||
5435 | * This is only okay since the processor is dead and cannot | 5435 | * This is only okay since the processor is dead and cannot |
5436 | * race with what we are doing. | 5436 | * race with what we are doing. |
5437 | */ | 5437 | */ |
5438 | refresh_cpu_vm_stats(cpu); | 5438 | cpu_vm_stats_fold(cpu); |
5439 | } | 5439 | } |
5440 | return NOTIFY_OK; | 5440 | return NOTIFY_OK; |
5441 | } | 5441 | } |