]> 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)
commit0f5edb2f9e77154c0c7f05ae4aef1b45e1307eec
tree534a54784f7d9f5d427b809a44c1eb626dff6d63
parent1c8249a274ce468caa406d6d5a68559bedf9a4c7
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