Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313812
b: refs/heads/master
c: a5b4d4b
h: refs/heads/master
v: v3
  • Loading branch information
Steven Miao authored and Bob Liu committed Jul 24, 2012
1 parent dd4709f commit 4427a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3003668ce422a00952e20e230fe09e3c2662cf25
refs/heads/master: a5b4d4be6ce7939d1604fae05786833fffae02f9
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ int __init init_arch_irq(void)
handle_level_irq);
#else
for (irq = BFIN_IRQ(0); irq <= SYS_IRQS; irq++) {
if (irq < CORE_IRQS) {
if (irq < CORE_IRQS && irq != IRQ_CGU_EVT) {
irq_set_chip(irq, &bfin_sec_irqchip);
__irq_set_handler(irq, handle_sec_fault, 0, NULL);
} else if (irq >= BFIN_IRQ(21) && irq <= BFIN_IRQ(26)) {
Expand Down

0 comments on commit 4427a00

Please sign in to comment.