]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts
authorIan Campbell <ian.campbell@citrix.com>
Thu, 29 Jul 2010 10:16:34 +0000 (11:16 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 29 Jul 2010 11:24:57 +0000 (13:24 +0200)
commit5fa31e92b5c9e6116ba54302731e49b9032445eb
tree4e175680cef1d200b854d930f39f9ca5af4cbd6f
parent45d966d55b931a827d6a14bfeedaba2fe04dc65f
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