avr32: setup crt for early panic()
authorAndreas Bießmann <andreas@biessmann.de>
Thu, 24 Oct 2013 10:31:03 +0000 (12:31 +0200)
committerHans-Christian Egtvedt <hegtvedt@cisco.com>
Wed, 20 Nov 2013 08:53:21 +0000 (09:53 +0100)
commit7a2a74f4b856993218aa7cdeeb6c3103101340db
treea33d46eda9bf3a8c28e90b34e0868426ecd7b0f8
parentb4789b8e6be3151a955ade74872822f30e8cd914
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
arch/avr32/boot/u-boot/head.S
arch/avr32/kernel/head.S