* [PATCH 02/06] sh: fix number of interrupts on se7343
@ 2008-12-04 9:00 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2008-12-04 9:00 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@igel.co.jp>
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>
---
arch/sh/boards/mach-se/7343/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/arch/sh/boards/mach-se/7343/setup.c
+++ work/arch/sh/boards/mach-se/7343/setup.c 2008-12-04 13:41:45.000000000 +0900
@@ -126,7 +126,7 @@ static void __init sh7343se_setup(char *
static struct sh_machine_vector mv_7343se __initmv = {
.mv_name = "SolutionEngine 7343",
.mv_setup = sh7343se_setup,
- .mv_nr_irqs = 108,
+ .mv_nr_irqs = SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_NR,
.mv_inb = sh7343se_inb,
.mv_inw = sh7343se_inw,
.mv_inl = sh7343se_inl,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-04 9:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 9:00 [PATCH 02/06] sh: fix number of interrupts on se7343 Magnus Damm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.