diff options
author | Tony Lindgren <tony@atomide.com> | 2012-06-04 11:09:45 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-06-04 11:09:45 +0200 |
commit | 4564747649db987722aa781280eb8325c6a5a1a8 (patch) | |
tree | c75bd92f4c6a59e9873088f1e5357cd3242977cd /arch/arm/mach-omap2/irq.c | |
parent | Linux 3.5-rc1 (diff) | |
parent | arm: omap3: am35x: Don't mark missing features as present (diff) | |
download | linux-4564747649db987722aa781280eb8325c6a5a1a8.tar.xz linux-4564747649db987722aa781280eb8325c6a5a1a8.zip |
Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into fixes
Diffstat (limited to 'arch/arm/mach-omap2/irq.c')
-rw-r--r-- | arch/arm/mach-omap2/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c index fdc4303be563..6038a8c84b74 100644 --- a/arch/arm/mach-omap2/irq.c +++ b/arch/arm/mach-omap2/irq.c @@ -149,6 +149,7 @@ omap_alloc_gc(void __iomem *base, unsigned int irq_start, unsigned int num) ct->chip.irq_ack = omap_mask_ack_irq; ct->chip.irq_mask = irq_gc_mask_disable_reg; ct->chip.irq_unmask = irq_gc_unmask_enable_reg; + ct->chip.flags |= IRQCHIP_SKIP_SET_WAKE; ct->regs.enable = INTC_MIR_CLEAR0; ct->regs.disable = INTC_MIR_SET0; |