summaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc/balancing.c
Commit message (Collapse)AuthorAgeFilesLines
* sh: intc: remove dependency on NR_IRQSRob Herring2012-01-251-1/+1
| | | | | | | | SH intc has a compile time dependency on NR_IRQS. Make this dependency a local define so that shmobile (and ARM in general) can have run-time NR_IRQS setting. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
* sh: intc: Split up the INTC code.Paul Mundt2010-10-051-0/+97
This splits up the sh intc core in to something more vaguely resembling a subsystem. Most of the functionality was alread fairly well compartmentalized, and there were only a handful of interdependencies that needed to be resolved in the process. This also serves as future-proofing for the genirq and sparseirq rework, which will make some of the split out functionality wholly generic, allowing things to be killed off in place with minimal migration pain. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
OpenPOWER on IntegriCloud