* kern/mm.c (grub_real_malloc): Satisfy alignment requirement when

extra == 0.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-01 19:39:32 +02:00
commit 88c14915f8
2 changed files with 20 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
* kern/mm.c (grub_real_malloc): Satisfy alignment requirement when
extra == 0.
2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
* commands/iorw.c: New file.