From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:41 +0000 (+0200) Subject: [PATCH] Use string instructions for Core2 copy/clear X-Git-Tag: v2.6.19-rc1~1077^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fbe5b28a2ffef171c6005f304ea4f80fcdcc01;p=pandora-kernel.git [PATCH] Use string instructions for Core2 copy/clear It is faster than using a unrolled loop for the use cases the kernel cares about (cached, sizes typically < 4K) Signed-off-by: Andi Kleen --- Reading git-diff-tree failed