commit | e9867c569970d8afb4b882bafbbe81426bd46333 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Feb 02 17:35:13 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Feb 02 17:35:13 2010 +0900 |
tree | 9d3f1cafaa9bbb7cf1f989fc9726704463c51646 | |
parent | b4f74767a04e175c028336e06507fcc05f5a8618 [diff] |
sh: Provide create_irq_nr() for dynamic IRQ creation by number. This just reworks the existing create_irq_on_node() in to the new create_irq_nr() which is generally exposed. This permits boards that haven't converted over to sparseirq to try and use their existing ranges, rather than having arbitrary vectors assigned to them. Signed-off-by: Paul Mundt <lethal@linux-sh.org>