]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 17 Jun 2013 13:02:24 +0000 (18:32 +0530)
commit8674042df04d1e4bc589e53c811e4af0a02d4d9a
tree8c373a68858e54d9990fe3956e7b01c37e02d79f
parent938f9ce2858bce8d3f8a1383715db08c8095b33a
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