commit | 7a2a74f4b856993218aa7cdeeb6c3103101340db | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas@biessmann.de> | Thu Oct 24 12:31:03 2013 +0200 |
committer | Hans-Christian Egtvedt <hegtvedt@cisco.com> | Wed Nov 20 09:53:21 2013 +0100 |
tree | a33d46eda9bf3a8c28e90b34e0868426ecd7b0f8 | |
parent | b4789b8e6be3151a955ade74872822f30e8cd914 [diff] |
avr32: setup crt for early panic() Before the CRT was (fully) set up in kernel_entry (bss cleared before in _start, but also not before jump to panic() in no_tag_table case). This patch fixes this up to have a fully working CRT when branching to panic() in no_tag_table. Signed-off-by: Andreas Bießmann <andreas@biessmann.de> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no> Cc: Haavard Skinnemoen <hskinnemoen@gmail.com> Cc: stable@vger.kernel.org