commit | 27fbe5b28a2ffef171c6005f304ea4f80fcdcc01 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:41 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:41 2006 +0200 |
tree | f4eb0e75d54fd78570894d64ed8c4cfbff03bb48 | |
parent | 35d534a3ff4905c0a7bddbad0fc9df55967742c7 [diff] |
[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 <ak@suse.de>