Don't use post-4G memory on EFI even if 64-bit since some non-compliant

implementations bug on them.

	* grub-core/kern/efi/mm.c (grub_efi_allocate_pages): Skip post-4G
	memory.
	(filter_memory_map): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-10 23:51:10 +01:00
parent d570097a04
commit ae67942e78
2 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,12 @@
2011-01-10 Vladimir Serbinenko <phcoder@gmail.com>
Don't use post-4G memory on EFI even if 64-bit since some non-compliant
implementations bug on them.
* grub-core/kern/efi/mm.c (grub_efi_allocate_pages): Skip post-4G
memory.
(filter_memory_map): Likewise.
2011-01-10 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-kbdcomp.in: Add missing prefix and exec_prefix variables.