* grub-core/loader/i386/linux.c (find_efi_mmap_size): Don't decrease

efi_mmap_size.
	Reported by: Stuart Hayes.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-07-02 11:14:37 +02:00
parent e80fdf7d2e
commit 3569288126
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2012-07-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/linux.c (find_efi_mmap_size): Don't decrease
efi_mmap_size.
Reported by: Stuart Hayes.
2012-06-28 Vladimir Serbinenko <phcoder@gmail.com>
Add monochrome text support (mda_text, aka `hercules' in grub-legacy).