Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146803
b: refs/heads/master
c: d8586ba
h: refs/heads/master
i:
  146801: 735c920
  146799: 7ef62ab
v: v3
  • Loading branch information
Paul Mundt committed May 21, 2009
1 parent 1d0460b commit c02125b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05ff3004d278b54760abd71530506d803182c71d
refs/heads/master: d8586ba6e1415150e1bab89f0a05447bb6f2d6d5
8 changes: 8 additions & 0 deletions trunk/arch/sh/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,11 @@ void __init init_IRQ(void)

irq_ctx_init(smp_processor_id());
}

#ifdef CONFIG_SPARSE_IRQ
int __init arch_probe_nr_irqs(void)
{
nr_irqs = sh_mv.mv_nr_irqs;
return 0;
}
#endif

0 comments on commit c02125b

Please sign in to comment.