projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55062d0
)
sh: Fix sh2a vbr table for more than 255 irqs
author
Phil Edworthy
<phil.edworthy@renesas.com>
Wed, 29 Feb 2012 13:50:46 +0000
(13:50 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 7 Mar 2012 06:26:03 +0000
(15:26 +0900)
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh2a/ex.S
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh2a/ex.S
b/arch/sh/kernel/cpu/sh2a/ex.S
index
3ead9e6
..
4568066
100644
(file)
--- a/
arch/sh/kernel/cpu/sh2a/ex.S
+++ b/
arch/sh/kernel/cpu/sh2a/ex.S
@@
-66,6
+66,7
@@
vector = 0
.long exception_entry0 + vector * 6
vector = vector + 1
.endr
+vector = 0
.rept 256
.long exception_entry1 + vector * 6
vector = vector + 1