From: Andi Kleen Date: Sat, 21 Jul 2007 15:09:58 +0000 (+0200) Subject: x86_64: Always use builtin memcpy on gcc 4.3 X-Git-Tag: v2.6.23-rc1~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac57f81eb16d56afb5bd5a31ff325b5d1615580;p=pandora-kernel.git x86_64: Always use builtin memcpy on gcc 4.3 Jan asked to always use the builtin memcpy on gcc 4.3 mainline because it should generate better code than the old macro. Let's try it. Cc: Jan Hubicka Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed