Browse Source

sh: Fix sh2a vbr table for more than 255 irqs

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Phil Edworthy 13 years ago
parent
commit
de3a49b8a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/sh/kernel/cpu/sh2a/ex.S

+ 1 - 0
arch/sh/kernel/cpu/sh2a/ex.S

@@ -66,6 +66,7 @@ vector	=	0
 	.long	exception_entry0 + vector * 6
 	.long	exception_entry0 + vector * 6
 vector	=	vector + 1
 vector	=	vector + 1
 	.endr
 	.endr
+vector	=	0
 	.rept	256
 	.rept	256
 	.long	exception_entry1 + vector * 6
 	.long	exception_entry1 + vector * 6
 vector	=	vector + 1
 vector	=	vector + 1