* grub-core/kern/efi/mm.c (BYTES_TO_PAGES): Round up instead of down.

(grub_efi_mm_init): Take into account the memory map size increase.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-10-16 17:44:35 +02:00
parent 24977b4451
commit 65f7ed7c9a
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-10-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/efi/mm.c (BYTES_TO_PAGES): Round up instead of down.
(grub_efi_mm_init): Take into account the memory map size increase.
2010-10-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/ns8250.c (do_real_config): Set port->broken to 0.