Skip to content
Commit 0119536c authored by Steven Rostedt's avatar Steven Rostedt Committed by Paul Mackerras
Browse files

[POWERPC] Add hand-coded assembly strcmp



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: default avatarSteven Rostedt <srostedt@redhat.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 4df4441e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment