From: Ian Campbell Date: Thu, 29 Jul 2010 10:16:34 +0000 (+0100) Subject: powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts X-Git-Tag: v2.6.36-rc1~513^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba461f094bab2dc09487816b9dfce845796b259d;p=pandora-kernel.git 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 Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Grant Likely 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 --- Reading git-diff-tree failed