commit | e3ea948d4588e7efddbf0ee92147d93f827d7cea | [log] [tgz] |
---|---|---|
author | Alessandro Rubini <rubini@unipv.it> | Sat Oct 10 11:51:16 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 18 23:10:40 2009 +0200 |
tree | 9fbbe1bdda3923d5cc54f73120ceea4a3772a0c6 | |
parent | ecd830b863e5c6ac5d804d3b3a92453a98d526fc [diff] |
lib_generic memset: fill one word at a time if possible If the destination is aligned, fill ulong values until possible. Then fill remaining part by byte. Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Acked-by: Mike Frysinger <vapier@gentoo.org>