* kern/efi/mm.c (grub_efi_mm_init): Handle systems with memory maps

larger than MEMORY_MAP_SIZE.
This commit is contained in:
Colin Watson 2010-06-21 17:59:51 +01:00
parent 14d3f08e70
commit d6e98a17d7
2 changed files with 25 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-06-21 Colin Watson <cjwatson@ubuntu.com>
* kern/efi/mm.c (grub_efi_mm_init): Handle systems with memory maps
larger than MEMORY_MAP_SIZE.
2010-06-21 BVK Chaitanya <bvk.groups@gmail.com>
Fix parallel build.