x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.c
authorVivek Goyal <vgoyal@redhat.com>
Tue, 18 Mar 2014 19:26:38 +0000 (15:26 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 19 Mar 2014 22:43:59 +0000 (15:43 -0700)
commit820e8feca06ff744f60e5036c3178dde40b91afc
tree5db82aa71deb82d95dafa776beb30fee85ff1d0e
parentc041b5ad8640dd89ccf1411cd2636ef7c1cfee92
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 <vgoyal@redhat.com>
Link: http://lkml.kernel.org/r/1395170800-11059-4-git-send-email-vgoyal@redhat.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/compressed/misc.c
arch/x86/boot/compressed/string.c