diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-12-04 04:00:02 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:43:51 -0500 |
commit | 5727003b5d23eb852c057d25459bba27cbf754c3 (patch) | |
tree | f6d551ceb4c5f955250e6e5fe8408e0aa594d122 /arch/sh/boards | |
parent | 551ea2b40ecf75e0035406fe75ba995233737e76 (diff) |
sh: fix number of interrupts on se7343
Fix to make sure that the on-board interrupt sources are included
in the interrupt count on se7343.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-se/7343/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7343/setup.c b/arch/sh/boards/mach-se/7343/setup.c index 486f40bf9274..9308660cff59 100644 --- a/arch/sh/boards/mach-se/7343/setup.c +++ b/arch/sh/boards/mach-se/7343/setup.c | |||
@@ -126,7 +126,7 @@ static void __init sh7343se_setup(char **cmdline_p) | |||
126 | static struct sh_machine_vector mv_7343se __initmv = { | 126 | static struct sh_machine_vector mv_7343se __initmv = { |
127 | .mv_name = "SolutionEngine 7343", | 127 | .mv_name = "SolutionEngine 7343", |
128 | .mv_setup = sh7343se_setup, | 128 | .mv_setup = sh7343se_setup, |
129 | .mv_nr_irqs = 108, | 129 | .mv_nr_irqs = SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_NR, |
130 | .mv_inb = sh7343se_inb, | 130 | .mv_inb = sh7343se_inb, |
131 | .mv_inw = sh7343se_inw, | 131 | .mv_inw = sh7343se_inw, |
132 | .mv_inl = sh7343se_inl, | 132 | .mv_inl = sh7343se_inl, |