From: Andi Kleen Date: Mon, 26 Jun 2006 11:59:47 +0000 (+0200) Subject: [PATCH] x86_64: Minor string functions optimizations X-Git-Tag: v2.6.18-rc1~612^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bfa9bb5195c68f75bd3937e4d77cb0bfe852d0d;p=pandora-kernel.git [PATCH] x86_64: Minor string functions optimizations - Use tail call from clear_user to __clear_user to save some code size - Use standard memcpy for forward memmove Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed