diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-12-11 18:49:06 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-11 18:49:06 -0500 |
commit | 05c8690d95967ad50dda3c9d552a0c342dde801b (patch) | |
tree | e3ab73bcbece81a01571dfc30c37ec2a8ea6fe44 /arch/sh/kernel/cpu/sh4a | |
parent | 1dc417d0390b4897dc1d9bbf335e325baecae2c3 (diff) |
sh: Hook up SH7722 scif ipr interrupts.
Add the SCIF IRQs to the IPR table for SH7722.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c index 7528fc6b0d67..1143fbf65faf 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c | |||
@@ -46,6 +46,10 @@ static struct ipr_data sh7722_ipr_map[] = { | |||
46 | /* IRQ, IPR-idx, shift, prio */ | 46 | /* IRQ, IPR-idx, shift, prio */ |
47 | { 16, 0, 12, 2 }, /* TMU0 */ | 47 | { 16, 0, 12, 2 }, /* TMU0 */ |
48 | { 17, 0, 8, 2 }, /* TMU1 */ | 48 | { 17, 0, 8, 2 }, /* TMU1 */ |
49 | { 80, 6, 12, 3 }, /* SCIF ERI */ | ||
50 | { 81, 6, 12, 3 }, /* SCIF RXI */ | ||
51 | { 82, 6, 12, 3 }, /* SCIF BRI */ | ||
52 | { 83, 6, 12, 3 }, /* SCIF TXI */ | ||
49 | }; | 53 | }; |
50 | 54 | ||
51 | static unsigned long ipr_offsets[] = { | 55 | static unsigned long ipr_offsets[] = { |