The patch titled fix-vm_events_fold_cpu-build-breakage-fix has been removed from the -mm tree. Its filename was fix-vm_events_fold_cpu-build-breakage-fix.patch This patch was dropped because it was folded into fix-vm_events_fold_cpu-build-breakage.patch ------------------------------------------------------ Subject: fix-vm_events_fold_cpu-build-breakage-fix From: Andrew Morton <akpm@xxxxxxxx> Let's program in C. Cc: Magnus Damm <magnus@xxxxxxxxxxxxx> Cc: Christoph Lameter <clameter@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/vmstat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN include/linux/vmstat.h~fix-vm_events_fold_cpu-build-breakage-fix include/linux/vmstat.h --- a/include/linux/vmstat.h~fix-vm_events_fold_cpu-build-breakage-fix +++ a/include/linux/vmstat.h @@ -84,7 +84,9 @@ extern void all_vm_events(unsigned long #ifdef CONFIG_HOTPLUG extern void vm_events_fold_cpu(int cpu); #else -#define vm_events_fold_cpu(x) do { } while (0) +static inline void vm_events_fold_cpu(int cpu) +{ +} #endif #else _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch truncate-clear-page-dirtiness-before-running-try_to_free_buffers.patch rtc-warning-fix.patch fix-vm_events_fold_cpu-build-breakage.patch fix-vm_events_fold_cpu-build-breakage-fix.patch smc911-workqueue-fixes.patch schedule_timeout-improve-warning-message.patch relay-remove-inlining.patch increase-cardbus_mem_size.patch - 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