diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 08:34:49 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 08:34:49 +0200 |
commit | b894701e7c472dbc6267bdde68bd6d35266b8dfc (patch) | |
tree | aae61d26286a21992c3af648028a52aa6724f5fc /arch/sh/include/mach-se/mach/se7721.h | |
parent | sh: sh7757lcr evt2irq migration. (diff) | |
download | linux-b894701e7c472dbc6267bdde68bd6d35266b8dfc.tar.xz linux-b894701e7c472dbc6267bdde68bd6d35266b8dfc.zip |
sh: mach-se evt2irq migration.
Migrate Solution Engine boards to evt2irq backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-se/mach/se7721.h')
-rw-r--r-- | arch/sh/include/mach-se/mach/se7721.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sh/include/mach-se/mach/se7721.h b/arch/sh/include/mach-se/mach/se7721.h index b957f6041193..eabd0538de44 100644 --- a/arch/sh/include/mach-se/mach/se7721.h +++ b/arch/sh/include/mach-se/mach/se7721.h @@ -11,6 +11,8 @@ #ifndef __ASM_SH_SE7721_H #define __ASM_SH_SE7721_H + +#include <linux/sh_intc.h> #include <asm/addrspace.h> /* Box specific addresses. */ @@ -49,9 +51,9 @@ #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) #define PA_LED 0xB6800000 /* 8bit LED */ -#define PA_FPGA 0xB7000000 /* FPGA base address */ +#define PA_FPGA 0xB7000000 /* FPGA base address */ -#define MRSHPC_IRQ0 10 +#define MRSHPC_IRQ0 evt2irq(0x340) #define FPGA_ILSR1 (PA_FPGA + 0x02) #define FPGA_ILSR2 (PA_FPGA + 0x03) |