commit | be782df54c51b50dd4dbc363a5a5afa04565fc60 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Mar 12 14:09:35 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Mon May 07 02:10:53 2007 +0000 |
tree | be45290a6d46e8746b5b9b51c1c3b804c6816177 | |
parent | fa69151173b1fc6fa3ced0edd5c2ea83b5d32bc1 [diff] |
sh: NR_IRQS consolidation. Each board sets the total number of IRQs that it's interested in via the machvec. Previously we cared about the off vs on-chip IRQ range, but any code relying on that is long dead. Set NR_IRQS to something sensible given the vector range, and allow boards to cap it if they really care. Signed-off-by: Paul Mundt <lethal@linux-sh.org>