mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
7ddd4475a8
The code and comment disagreed: the comment claimed that r6...r31 were copied, and consequently the arrays for "src" and "dst" were declared with 26 entries, but the actual code ("lmw r5,0(r3)" and "stmw r5,0(r4)") copied _27_ words (r5 through r31), which resulted in false "POST cpu Error at multi test" messages. Fix the comment and the array sizes. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Anatolij Gustschin <agust@denx.de> Cc: Stefan Roese <sr@denx.de> Cc: Kumar Gala <galak@kernel.crashing.org> Cc: Kim Phillips <kim.phillips@freescale.com> Cc: Andy Fleming <afleming@gmail.com> Acked-by: Anatolij Gustschin <agust@denx.de> Tested-by: Anatolij Gustschin <agust@denx.de> |
||
---|---|---|
.. | ||
fpu | ||
andi.c | ||
asm.S | ||
b.c | ||
cmp.c | ||
cmpi.c | ||
complex.c | ||
cpu.c | ||
cpu_asm.h | ||
cr.c | ||
load.c | ||
Makefile | ||
multi.c | ||
rlwimi.c | ||
rlwinm.c | ||
rlwnm.c | ||
srawi.c | ||
store.c | ||
string.c | ||
three.c | ||
threei.c | ||
threex.c | ||
two.c | ||
twox.c |