From: Nicolas Pitre Date: Wed, 14 Sep 2011 01:42:55 +0000 (-0400) Subject: ARM: zImage: gather some string functions into string.c X-Git-Tag: v3.2-rc1~130^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4879fa2603fbf0804a80f9f146ef9023dd621f;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 --- Reading git-diff-tree failed