| Age | Commit message (Collapse) | Author | Files | Lines |
|
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]>
|
|
We have several platforms using local copies of identical
code.
Signed-off-by: David S. Miller <[email protected]>
|
|
It takes a size_t, not an int, as its third argument.
Signed-off-by: Linus Torvalds <[email protected]>
|
|
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]>
|
|
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]>
|