* kern/misc.c (grub_memset): Optimise to reduce cache stalls.

Also-By: Colin Watson <cjwatson@ubuntu.com>
This commit is contained in:
Vladimir Serbinenko 2010-08-01 09:44:36 -05:00 committed by Colin Watson
parent deb0caa38e
commit 7decd202a7
2 changed files with 36 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
2010-08-01 Colin Watson <cjwatson@ubuntu.com>
* kern/misc.c (grub_memset): Optimise to reduce cache stalls.
2010-08-01 Robert Millan <rmh@gnu.org>
Prevent accidental use of uninitialized libzfs_handle.