sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 21 May 2009 16:36:13 +0000 (01:36 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 21 May 2009 16:36:13 +0000 (01:36 +0900)
commitd8586ba6e1415150e1bab89f0a05447bb6f2d6d5
treedb72cceeb867cbd274a0af28f886683b53d90bca
parent05ff3004d278b54760abd71530506d803182c71d
sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def.

This is just a simple arch_probe_nr_irqs() stub that wraps to the
platform defined number of IRQs. This can be made gradually more
intelligent based on what we can infer from the INTC tables and so on.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/irq.c