commit | fe1a2fb6ba5e384ef91af5321482580579ef6efc | [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 | f881b549c2ed001ee6834ff320846c04e29b7a46 [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>