diff options
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r-- | arch/blackfin/mach-common/ints-priority.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index 2729cba715b0..7e8fab3d3137 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c | |||
@@ -1362,7 +1362,7 @@ int __init init_arch_irq(void) | |||
1362 | handle_level_irq); | 1362 | handle_level_irq); |
1363 | #else | 1363 | #else |
1364 | for (irq = BFIN_IRQ(0); irq <= SYS_IRQS; irq++) { | 1364 | for (irq = BFIN_IRQ(0); irq <= SYS_IRQS; irq++) { |
1365 | if (irq < CORE_IRQS) { | 1365 | if (irq < CORE_IRQS && irq != IRQ_CGU_EVT) { |
1366 | irq_set_chip(irq, &bfin_sec_irqchip); | 1366 | irq_set_chip(irq, &bfin_sec_irqchip); |
1367 | __irq_set_handler(irq, handle_sec_fault, 0, NULL); | 1367 | __irq_set_handler(irq, handle_sec_fault, 0, NULL); |
1368 | } else if (irq >= BFIN_IRQ(21) && irq <= BFIN_IRQ(26)) { | 1368 | } else if (irq >= BFIN_IRQ(21) && irq <= BFIN_IRQ(26)) { |