The patch titled genirq-x86_64-irq-make-vector_irq-per-cpu fix has been removed from the -mm tree. Its filename is genirq-x86_64-irq-make-vector_irq-per-cpu-fix.patch This patch was dropped because it was folded into genirq-x86_64-irq-make-vector_irq-per-cpu.patch ------------------------------------------------------ Subject: genirq-x86_64-irq-make-vector_irq-per-cpu fix From: Andrew Morton <akpm@xxxxxxxx> DECLARE_PER_CPU needs percpu.h Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-x86_64/hw_irq.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-x86_64/hw_irq.h~genirq-x86_64-irq-make-vector_irq-per-cpu-fix include/asm-x86_64/hw_irq.h --- a/include/asm-x86_64/hw_irq.h~genirq-x86_64-irq-make-vector_irq-per-cpu-fix +++ a/include/asm-x86_64/hw_irq.h @@ -19,6 +19,7 @@ #include <asm/irq.h> #include <linux/profile.h> #include <linux/smp.h> +#include <linux/percpu.h> #endif #define NMI_VECTOR 0x02 _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch hdrcheck-permission-fix.patch mmc-driver-for-ti-flashmedia-card-reader-source.patch ecryptfs.patch fbdev-riva-warning-fix.patch genirq-convert-the-i386-architecture-to-irq-chips.patch genirq-x86_64-irq-reenable-migrating-irqs-to-other-cpus.patch genirq-msi-simplify-msi-enable-and-disable.patch genirq-ia64-irq-dynamic-irq-support.patch genirq-msi-only-build-msi-apicc-on-ia64.patch genirq-i386-irq-remove-the-msi-assumption-that-irq-==-vector.patch genirq-x86_64-irq-make-vector_irq-per-cpu.patch genirq-x86_64-irq-make-vector_irq-per-cpu-fix.patch genirq-x86_64-irq-make-vector_irq-per-cpu-warning-fix.patch add-hypertransport-capability-defines-fix.patch initial-generic-hypertransport-interrupt-support-Kconfig-fix.patch srcu-report-out-of-memory-errors-fixlet.patch git-powerpc-wrapper-dont-require-execute-permissions.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