ARC: Setup Vector Table Base in early boot
authorVineet Gupta <vgupta@synopsys.com>
Mon, 17 Jun 2013 12:57:23 +0000 (18:27 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 26 Jun 2013 10:00:51 +0000 (15:30 +0530)
commit05b016ecf5e7a8c24409d8e9effb5d2ec9107708
tree534a54784f7d9f5d427b809a44c1eb626dff6d63
parent38a9ff6d247cf9afcbe55ea245b650b8955029fd
ARC: Setup Vector Table Base in early boot

Otherwise early boot exceptions such as instructions errors due to
configuration mismatch between kernel and hardware go off to la-la land,
as opposed to hitting the handler and panic()'ing properly.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/head.S
arch/arc/kernel/irq.c