diff for duplicates of <20070322150207.a35d3f15.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index a89edfc..4c1b5a3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ Thomas Gleixner <tglx@linutronix.de> wrote: > > The __attribute__((weak)) thing adds a little bit of overhead, but I don't > > think this is a fastpath? > -> Well, depends what you consider a fastpath. When noirqdebug = 0, it is +> Well, depends what you consider a fastpath. When noirqdebug == 0, it is > called on every interrupt. > @@ -32,7 +32,7 @@ in an ia64 header file and then do #ifndef arch_is_irqpoll_irq static inline bool arch_is_irqpoll_irq(unsigned irq) { - return irq = 0; + return irq == 0; } #endif diff --git a/a/content_digest b/N1/content_digest index 907d621..8e1a9a3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01174598601.10840.231.camel@localhost.localdomain\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 22:02:07 +0000\0" + "Date\0Thu, 22 Mar 2007 15:02:07 -0700\0" "To\0tglx@linutronix.de\0" "Cc\0Bernhard Walle <bwalle@suse.de>" linux-ia64@vger.kernel.org @@ -31,7 +31,7 @@ "> > The __attribute__((weak)) thing adds a little bit of overhead, but I don't\n" "> > think this is a fastpath?\n" "> \n" - "> Well, depends what you consider a fastpath. When noirqdebug = 0, it is\n" + "> Well, depends what you consider a fastpath. When noirqdebug == 0, it is\n" "> called on every interrupt.\n" "> \n" "\n" @@ -45,10 +45,10 @@ "#ifndef arch_is_irqpoll_irq\n" "static inline bool arch_is_irqpoll_irq(unsigned irq)\n" "{\n" - "\treturn irq = 0;\n" + "\treturn irq == 0;\n" "}\n" "#endif\n" "\n" in spurious.c -ec58f1d786c698397a84c009fa94337b1f878cc56d73cfdef628db66b512af84 +2b01d50b9a81c8dc0bec2f2b99656b082ee7323dca8e787f52ee9dcb410aea5b
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.