aboutsummaryrefslogtreecommitdiff
path: root/include/asm-powerpc/string.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07[POWERPC] Add hand-coded assembly strcmpSteven Rostedt1-0/+2
We have an assembly version of strncmp for the bootwrapper, but not for the kernel, so we end up using the C version in the kernel. This takes the strncmp code from the bootup and copies it to the kernel proper, adding two instructions so it copes correctly with len==0. Signed-off-by: Steven Rostedt <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-2/+0
We have several platforms using local copies of identical code. Signed-off-by: David S. Miller <[email protected]>
2006-03-25powerpc: fix strncasecmp prototypeLinus Torvalds1-1/+1
It takes a size_t, not an int, as its third argument. Signed-off-by: Linus Torvalds <[email protected]>
2005-09-09[PATCH] powerpc: Standardize on _ASM_POWERPC header symbol prefix[email protected]1-3/+3
Standardize on _ASM_POWERPC_... prefix for all #include exclusion symbols. Fixup all the non-compilers. Signed-off-by: Jon Loeliger <[email protected]> Signed-off-by: Kumar Gala <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2005-08-30[PATCH] Move all the very similar files to asm-powerpcStephen Rothwell1-0/+32
They differed in either simple comments or in the protecting ifdefs. Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>