Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73862
b: refs/heads/master
c: 30e748a
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Nov 15, 2007
1 parent aa52921 commit 34a2e74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: f99f2cc9363a08cdbd6cfbe3f29234e3235d05e8
refs/heads/master: 30e748a507919a41f9eb4d10b4954f453325a37d
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irq-rm7000.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ void __init rm7k_cpu_irq_init(void)

for (i = base; i < base + 4; i++)
set_irq_chip_and_handler(i, &rm7k_irq_controller,
handle_level_irq);
handle_percpu_irq);
}
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irq-rm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ void __init rm9k_cpu_irq_init(void)

rm9000_perfcount_irq = base + 1;
set_irq_chip_and_handler(rm9000_perfcount_irq, &rm9k_perfcounter_irq,
handle_level_irq);
handle_percpu_irq);
}
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/irq_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ void __init mips_cpu_irq_init(void)

for (i = irq_base + 2; i < irq_base + 8; i++)
set_irq_chip_and_handler(i, &mips_cpu_irq_controller,
handle_level_irq);
handle_percpu_irq);
}

0 comments on commit 34a2e74

Please sign in to comment.