The patch titled i386-irq-kill-irq-compression fix has been added to the -mm tree. Its filename is i386-irq-kill-irq-compression-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: i386-irq-kill-irq-compression fix From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> arch/i386/kernel/mpparse.c: In function 'mp_register_gsi': arch/i386/kernel/mpparse.c:1049: warning: unused variable 'pci_irq' Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: Len Brown <len.brown@xxxxxxxxx> Cc: Eric W. Biederman <ebiederm@xxxxxxxxxxxx> Cc: Natalie Protasevich <Natalie.Protasevich@xxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/kernel/mpparse.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/i386/kernel/mpparse.c~i386-irq-kill-irq-compression-fix arch/i386/kernel/mpparse.c --- a/arch/i386/kernel/mpparse.c~i386-irq-kill-irq-compression-fix +++ a/arch/i386/kernel/mpparse.c @@ -1046,7 +1046,6 @@ int mp_register_gsi(u32 gsi, int trigger int ioapic = -1; int ioapic_pin = 0; int idx, bit = 0; - static int pci_irq = 16; /* Don't set up the ACPI SCI because it's already set up */ if (acpi_gbl_FADT.sci_interrupt == gsi) _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are git-ia64.patch git-input.patch i386-irq-kill-irq-compression-fix.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes-3.patch edac-new-opteron-athlon64-memory-controller-driver.patch sysctl-remove-insert_at_head-from-register_sysctl-fix.patch reiser4-configh.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