]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: Always use builtin memcpy on gcc 4.3
authorAndi Kleen <ak@suse.de>
Sat, 21 Jul 2007 15:09:58 +0000 (17:09 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:08 +0000 (18:37 -0700)
commit7c5fce75b628992e4467a1b2c419f14f8ab31be3
tree105a7918021cfbe5272654786ba24c142f141a83
parent8e2e1c2625b74ab95d36c0e6b4d68a606f899a28
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 <jh@suse.cz>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-x86_64/string.h