From: Olaf Hering Date: Fri, 20 Oct 2006 13:57:15 +0000 (+0200) Subject: [POWERPC] Fix hang in start_ldr if _end or _edata is unaligned X-Git-Tag: v2.6.19-rc4~91^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb20f65a01a97bdf4bb746eecfc24a08561e2648;p=pandora-kernel.git [POWERPC] Fix hang in start_ldr if _end or _edata is unaligned Quick fix for lack of memset(__bss_start, 0, _end-__bss_start) in load_kernel(). If edata is unaligned, the loop will overwrite all memory because r3 and r4 will never be equal. Signed-off-by: Olaf Hering Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed