[PATCH 1/2] avr32: setup crt for early panic()

2013-10-24 Thread Andreas Bießmann
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 Cc: Haavard Skinnemoen Cc:

[PATCH 1/2] avr32: setup crt for early panic()

2013-10-24 Thread Andreas Bießmann
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 andr...@biessmann.de Cc: