From: Andreas Bießmann Date: Thu, 24 Oct 2013 10:31:03 +0000 (+0200) Subject: avr32: setup crt for early panic() X-Git-Tag: v3.2.54~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f308887de69a2fbb30d0c715edba4bf2fbfb49e;p=pandora-kernel.git avr32: setup crt for early panic() commit 7a2a74f4b856993218aa7cdeeb6c3103101340db upstream. 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 Acked-by: Hans-Christian Egtvedt Cc: Haavard Skinnemoen Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed