Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231828
b: refs/heads/master
c: 4c65595
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jan 7, 2011
1 parent 405afff commit 860d9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c9942c5675e4bae015ece7727ed01b7841a477b8
refs/heads/master: 4c65595ec506ff65c90b1d9fed17333005fa5eb5
4 changes: 2 additions & 2 deletions trunk/arch/m68knommu/platform/68328/ints.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ void __init init_IRQ(void)
IMR = ~0;

for (i = 0; (i < NR_IRQS); i++) {
set_irq_chip(irq, &intc_irq_chip);
set_irq_handler(irq, handle_level_irq);
set_irq_chip(i, &intc_irq_chip);
set_irq_handler(i, handle_level_irq);
}
}

0 comments on commit 860d9b7

Please sign in to comment.