]> git.baikalelectronics.ru Git - kernel.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>
Wed, 26 Jun 2013 10:00:51 +0000 (15:30 +0530)
commitc3cc44af66e1f0bc4f825c4162ee1d3ef6a94d93
tree534a54784f7d9f5d427b809a44c1eb626dff6d63
parent95d3af361751d27fb1dd4b543c3f7bc54a9ea8c1
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