From: Nicolas Pitre Date: Thu, 6 Oct 2011 23:46:25 +0000 (-0700) Subject: ARM: zImage: gather some string functions into string.c X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0595cedc3b5f369ab0efa394429fdc1c40063f2;p=pandora-kernel.git ARM: zImage: gather some string functions into string.c This is a small subset of string functions needed by commits to come. Except for memcpy() which is unchanged from its original location, their implementation is meant to be small, and -Os is enforced to prevent gcc from doing pointless loop unrolling. Signed-off-by: Nicolas Pitre Tested-by: Shawn Guo Tested-by: Dave Martin Tested-by: Thomas Abraham Tested-by: David Brown --- Reading git-diff-tree failed