diff options
author | Nobuhiro Iwamatsu | 2007-03-27 11:13:51 +0200 |
---|---|---|
committer | Paul Mundt | 2007-05-07 04:10:54 +0200 |
commit | 9465a54fa4a9da628091c372baa84120f8304587 (patch) | |
tree | ef34abf9debce228b0985e0fb783ca46939e626a /include/asm-sh/se.h | |
parent | sh: L-BOX RE2 support. (diff) | |
download | kernel-qcow2-linux-9465a54fa4a9da628091c372baa84120f8304587.tar.gz kernel-qcow2-linux-9465a54fa4a9da628091c372baa84120f8304587.tar.xz kernel-qcow2-linux-9465a54fa4a9da628091c372baa84120f8304587.zip |
sh: MS7712SE01 board support.
Support the SH7712 (SH3-DSP) Solution Engine reference board.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/se.h')
-rw-r--r-- | include/asm-sh/se.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/se.h b/include/asm-sh/se.h index a1832154a3aa..eeaf5c9124cc 100644 --- a/include/asm-sh/se.h +++ b/include/asm-sh/se.h @@ -73,6 +73,7 @@ #else #define IRQ_STNIC 10 #endif +#define IRQ_CFCARD 7 #define __IO_PREFIX se #include <asm/io_generic.h> |