diff for duplicates of <20070322140922.a59bea5c.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index 0da37eb..fefdd7d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,11 +44,11 @@ diff -puN kernel/irq/spurious.c~a kernel/irq/spurious.c if (unlikely(irqfixup)) { /* Don't punish working computers */ -- if ((irqfixup = 2 && irq = 0) || action_ret = IRQ_NONE) { -+ if ((irqfixup = 2 && arch_is_irqpoll_irq(irq)) || -+ action_ret = IRQ_NONE) { +- if ((irqfixup == 2 && irq == 0) || action_ret == IRQ_NONE) { ++ if ((irqfixup == 2 && arch_is_irqpoll_irq(irq)) || ++ action_ret == IRQ_NONE) { int ok = misrouted_irq(irq); - if (action_ret = IRQ_NONE) + if (action_ret == IRQ_NONE) desc->irqs_unhandled -= ok; diff -puN include/linux/irq.h~a include/linux/irq.h --- a/include/linux/irq.h~a diff --git a/a/content_digest b/N1/content_digest index 6a40656..7dfe740 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020070320150027.GA18143@strauss.suse.de\0" "From\0Andrew Morton <akpm@linux-foundation.org>\0" "Subject\0Re: [PATCH] Fix irqpoll on IA64 (timer interrupt != 0)\0" - "Date\0Thu, 22 Mar 2007 21:09:22 +0000\0" + "Date\0Thu, 22 Mar 2007 14:09:22 -0700\0" "To\0Bernhard Walle <bwalle@suse.de>\0" "Cc\0linux-ia64@vger.kernel.org" linux-kernel@vger.kernel.org @@ -55,11 +55,11 @@ " \n" " \tif (unlikely(irqfixup)) {\n" " \t\t/* Don't punish working computers */\n" - "-\t\tif ((irqfixup = 2 && irq = 0) || action_ret = IRQ_NONE) {\n" - "+\t\tif ((irqfixup = 2 && arch_is_irqpoll_irq(irq)) ||\n" - "+\t\t\t\taction_ret = IRQ_NONE) {\n" + "-\t\tif ((irqfixup == 2 && irq == 0) || action_ret == IRQ_NONE) {\n" + "+\t\tif ((irqfixup == 2 && arch_is_irqpoll_irq(irq)) ||\n" + "+\t\t\t\taction_ret == IRQ_NONE) {\n" " \t\t\tint ok = misrouted_irq(irq);\n" - " \t\t\tif (action_ret = IRQ_NONE)\n" + " \t\t\tif (action_ret == IRQ_NONE)\n" " \t\t\t\tdesc->irqs_unhandled -= ok;\n" "diff -puN include/linux/irq.h~a include/linux/irq.h\n" "--- a/include/linux/irq.h~a\n" @@ -81,4 +81,4 @@ "The __attribute__((weak)) thing adds a little bit of overhead, but I don't\n" think this is a fastpath? -28e82051d9bf8a71696488f5732bf11ca416688bb515d83afe0182b2917f85a9 +b9dc2cd906ba02d12a5cd91c79dadd854f46389115f3d85fad595d9563818b30
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.