* grub-core/kern/mm.c (grub_mm_init_region): Fix condition for

detecting too small regions.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-20 17:39:49 +02:00
parent ec2dd17919
commit fe4c3e7e67
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-04-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/mm.c (grub_mm_init_region): Fix condition for
detecting too small regions.
2013-04-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/Makefile.core.def (legacycfg): Enable on EFI.