diff options
author | Nobuhiro Iwamatsu <hemamu@t-base.ne.jp> | 2007-02-06 23:54:39 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-12 20:54:45 -0500 |
commit | dbbfa2da27fbf353caa8934768afbbf8d5e73d9b (patch) | |
tree | 48b17b999563295d452a63ca310d0eb3ccb76596 /arch/sh | |
parent | 9f8a5e3a44d81bbf19fddeb74645dec6b0e23b23 (diff) |
sh: Fixup SHMIN INTC register definitions.
Signed-off-by: Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/shmin/setup.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/sh/boards/shmin/setup.c b/arch/sh/boards/shmin/setup.c index bed9ca653d3a..4a9df4a6b034 100644 --- a/arch/sh/boards/shmin/setup.c +++ b/arch/sh/boards/shmin/setup.c | |||
@@ -13,14 +13,14 @@ | |||
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | 14 | ||
15 | #define PFC_PHCR 0xa400010eUL | 15 | #define PFC_PHCR 0xa400010eUL |
16 | #define INTC_ICR1 0xffd00000UL | 16 | #define INTC_ICR1 0xa4000010UL |
17 | #define INTC_IPRC 0xa4000016UL | 17 | #define INTC_IPRC 0xa4000016UL |
18 | 18 | ||
19 | static struct ipr_data shmin_ipr_map[] = { | 19 | static struct ipr_data shmin_ipr_map[] = { |
20 | { .irq=32, .addr=INTC_IPRC, .shift= 0, .priority=0 }, | 20 | { .irq=32, .addr=INTC_IPRC, .shift= 0, .priority=0 }, |
21 | { .irq=33, .addr=INTC_IPRC, .shift= 4, .priority=0 }, | 21 | { .irq=33, .addr=INTC_IPRC, .shift= 4, .priority=0 }, |
22 | { .irq=34, .addr=INTC_IPRC, .shift= 8, .priority=8 }, | 22 | { .irq=34, .addr=INTC_IPRC, .shift= 8, .priority=8 }, |
23 | { .irq=35, .addr=INTC_IPRC, .shift=12, .priority=0 }, | 23 | { .irq=35, .addr=INTC_IPRC, .shift=12, .priority=0 }, |
24 | }; | 24 | }; |
25 | 25 | ||
26 | static void __init init_shmin_irq(void) | 26 | static void __init init_shmin_irq(void) |