The patch titled Subject: mm: remove refresh_cpu_vm_stats() definition for !SMP kernel has been removed from the -mm tree. Its filename was mm-remove-refresh_cpu_vm_stats-definition-for-smp-kernel.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Subject: mm: remove refresh_cpu_vm_stats() definition for !SMP kernel refresh_cpu_vm_stats(int cpu) is no longer referenced by !SMP kernel since Linux 3.12. Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/vmstat.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/vmstat.h~mm-remove-refresh_cpu_vm_stats-definition-for-smp-kernel include/linux/vmstat.h --- a/include/linux/vmstat.h~mm-remove-refresh_cpu_vm_stats-definition-for-smp-kernel +++ a/include/linux/vmstat.h @@ -247,7 +247,6 @@ static inline void __dec_zone_page_state #define set_pgdat_percpu_threshold(pgdat, callback) { } -static inline void refresh_cpu_vm_stats(int cpu) { } static inline void refresh_zone_stat_thresholds(void) { } static inline void cpu_vm_stats_fold(int cpu) { } _ Patches currently in -mm which might be from penguin-kernel@xxxxxxxxxxxxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html