From: Steven Rostedt Date: Fri, 29 Feb 2008 16:04:57 +0000 (+1100) Subject: [POWERPC] Add hand-coded assembly strcmp X-Git-Tag: v2.6.26-rc1~1125^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0119536cd314ef95553604208c25bc35581f7f0a;p=pandora-kernel.git [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: Steven Rostedt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed