powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts
commitba461f094bab2dc09487816b9dfce845796b259d
authorIan Campbell <ian.campbell@citrix.com>
Thu, 29 Jul 2010 10:16:34 +0000 (29 11:16 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jul 2010 11:24:57 +0000 (29 13:24 +0200)
tree4e175680cef1d200b854d930f39f9ca5af4cbd6f
parent2dd9320305416c171087d5347a6c908ae22c6be1
powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts

kw_i2c_irq and via_pmu_interrupt are not timer interrupts and
therefore should not use IRQF_TIMER. Use the recently introduced
IRQF_NO_SUSPEND instead since that is the actual desired behaviour.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: linuxppc-dev@ozlabs.org
Cc: devicetree-discuss@lists.ozlabs.org
LKML-Reference: <1280398595-29708-3-git-send-email-ian.campbell@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/powerpc/platforms/powermac/low_i2c.c
drivers/macintosh/via-pmu.c