Module Name:src
Committed By: macallan
Date: Tue Mar 4 17:05:14 UTC 2014
Modified Files:
src/common/lib/libc/arch/powerpc/string: memcpy.S
Log Message:
on 601 CPUs skip to normal memcpy if both source and destination are 32bit
aligned
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Mon Mar 3 18:55:02 UTC 2014
Modified Files:
src/common/lib/libc/arch/powerpc/string: memcpy.S
Log Message:
Use _KERNEL_OPT around #include "opt_ppcarch.h"
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib
Module Name:src
Committed By: macallan
Date: Mon Mar 3 15:30:31 UTC 2014
Modified Files:
src/common/lib/libc/arch/powerpc/string: memcpy.S
Log Message:
on ppc601 do byte-wise copies when in _KERNEL
from scole_mail, ok matt@
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: matt
Date: Thu Jul 4 20:57:59 UTC 2013
Modified Files:
src/common/lib/libc/arch/powerpc/string: memcmp.S
Log Message:
remove branch prediction hint from bdnzt
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/a