commit | 6bfa9bb5195c68f75bd3937e4d77cb0bfe852d0d | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Jun 26 13:59:47 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:48:22 2006 -0700 |
tree | cb6833ec8a32ac4b139be375b706b7110004a799 | |
parent | 2ee60e17896c65da1df5780d3196c050bccb7d10 [diff] |
[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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>