From: Vivek Goyal Date: Tue, 18 Mar 2014 19:26:38 +0000 (-0400) Subject: x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.c X-Git-Tag: v3.15-rc1~130^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820e8feca06ff744f60e5036c3178dde40b91afc;p=pandora-kernel.git x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.c Move optimized versions of memcpy to compressed/string.c This will allow any other code to use these functions too if need be in future. Again trying to put definition in a common place instead of hiding it in misc.c Signed-off-by: Vivek Goyal Link: http://lkml.kernel.org/r/1395170800-11059-4-git-send-email-vgoyal@redhat.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed