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:
526c1c2
)
sh: fix VPU interrupt vector for sh7723
author
Magnus Damm
<magnus.damm@gmail.com>
Thu, 22 May 2008 13:19:39 +0000
(22:19 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 23 May 2008 02:53:16 +0000
(11:53 +0900)
This patch fixes a VPU vector typo for sh7723. The correct value is 0x980,
the same as for sh7722.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
index
16925cf
..
629b06c
100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
@@
-153,7
+153,7
@@
static struct intc_vect vectors[] __initdata = {
INTC_VECT(VIO_VOUI,0x8E0),
INTC_VECT(SCIFA_SCIFA0,0x900),
- INTC_VECT(VPU_VPUI,0x9
2
0),
+ INTC_VECT(VPU_VPUI,0x9
8
0),
INTC_VECT(TPU_TPUI,0x9A0),
INTC_VECT(ADC_ADI,0x9E0),
INTC_VECT(USB_USI0,0xA20),