diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/vmstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 4651bf153f35..e8d846f57774 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -803,7 +803,7 @@ static void vmstat_update(struct work_struct *w) | |||
803 | sysctl_stat_interval); | 803 | sysctl_stat_interval); |
804 | } | 804 | } |
805 | 805 | ||
806 | static void __devinit start_cpu_timer(int cpu) | 806 | static void __cpuinit start_cpu_timer(int cpu) |
807 | { | 807 | { |
808 | struct delayed_work *vmstat_work = &per_cpu(vmstat_work, cpu); | 808 | struct delayed_work *vmstat_work = &per_cpu(vmstat_work, cpu); |
809 | 809 | ||