projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b84f2
)
sh: fix sh7705 interrupt vector typo
author
Magnus Damm
<magnus.damm@gmail.com>
Wed, 23 Apr 2008 11:24:52 +0000
(20:24 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 8 May 2008 10:51:48 +0000
(19:51 +0900)
Fix sh7705 interrupt sources for vectors 0xc80 and 0xca0.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh3/setup-sh7705.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh3/setup-sh7705.c
b/arch/sh/kernel/cpu/sh3/setup-sh7705.c
index
f581534
..
ba77891
100644
(file)
--- a/
arch/sh/kernel/cpu/sh3/setup-sh7705.c
+++ b/
arch/sh/kernel/cpu/sh3/setup-sh7705.c
@@
-48,7
+48,7
@@
static struct intc_vect vectors[] __initdata = {
INTC_VECT(ADC_ADI, 0x980),
INTC_VECT(USB_USI0, 0xa20), INTC_VECT(USB_USI1, 0xa40),
INTC_VECT(TPU0, 0xc00), INTC_VECT(TPU1, 0xc20),
- INTC_VECT(TPU
3, 0xc80), INTC_VECT(TPU1
, 0xca0),
+ INTC_VECT(TPU
2, 0xc80), INTC_VECT(TPU3
, 0xca0),
INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420),
INTC_VECT(TMU2_TUNI, 0x440), INTC_VECT(TMU2_TICPI, 0x460),
INTC_VECT(RTC_ATI, 0x480), INTC_VECT(RTC_PRI, 0x4a0),