]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh: Kill off machvec IRQ hinting.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2012 08:54:01 +0000 (17:54 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2012 08:54:01 +0000 (17:54 +0900)
commit63dc02bde6af1e41d28ebc3774c5f094f362e8c3
tree7978dcdc298421729ea75be54aa86b22b5751948
parent7f47c7189b3e8f19a589f77a3ad169d7b691b582
sh: Kill off machvec IRQ hinting.

Everything is using sparseirq these days, so we have no need to
arbitrarily size nr_irqs ahead of time. The legacy IRQ pre-allocation
likewise has no meaning for us, so that's killed off too. We now depend
on nr_irqs expansion by the generic hardirq layer instead.

It's also worth noting that the majority of boards had completely bogus
values for their nr_irqs relative to their CPU and configurations, so
this ends up correcting behaviour for quite a few platforms.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
22 files changed:
arch/sh/boards/board-edosk7705.c
arch/sh/boards/board-edosk7760.c
arch/sh/boards/board-polaris.c
arch/sh/boards/board-secureedge5410.c
arch/sh/boards/mach-cayman/setup.c
arch/sh/boards/mach-hp6xx/setup.c
arch/sh/boards/mach-lboxre2/setup.c
arch/sh/boards/mach-microdev/setup.c
arch/sh/boards/mach-sdk7780/setup.c
arch/sh/boards/mach-se/7206/setup.c
arch/sh/boards/mach-se/770x/setup.c
arch/sh/boards/mach-se/7721/setup.c
arch/sh/boards/mach-se/7724/setup.c
arch/sh/boards/mach-se/7751/setup.c
arch/sh/boards/mach-se/7780/setup.c
arch/sh/boards/mach-se/board-se7619.c
arch/sh/boards/mach-sh03/setup.c
arch/sh/boards/mach-sh7763rdp/setup.c
arch/sh/include/asm/irq.h
arch/sh/include/asm/machvec.h
arch/sh/kernel/irq.c
arch/sh/kernel/machvec.c