kernel-ark/arch/ppc/boot
Olaf Hering fb20f65a01 [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 <olaf@aepfle.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-10-25 11:39:27 +10:00
..
common Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
images
include fix file specification in comments 2006-10-03 23:01:26 +02:00
lib
of1275
simple [POWERPC] Fix hang in start_ldr if _end or _edata is unaligned 2006-10-25 11:39:27 +10:00
utils [POWERPC] rewrite mkprep and mkbugboot in sane C 2006-09-26 15:41:02 +10:00
ld.script
Makefile