Re: [PATCH 1/3] grub efi memory map patch

2006-10-24 Thread bibo,mao
hi johan, Thanks for review my patch, I reply in lines. Johan Rydberg wrote: "bibo,mao" <[EMAIL PROTECTED]> writes: > This patch moves find_mmap_size from i386/efi/linux.c to > kern/efi/mm.c, and renamed as grub_efi_find_mmap_size, so that > other arch on EFI platform can use this functio

Re: [PATCH 1/3] grub efi memory map patch

2006-10-24 Thread Johan Rydberg
"bibo,mao" <[EMAIL PROTECTED]> writes: > This patch moves find_mmap_size from i386/efi/linux.c to > kern/efi/mm.c, and renamed as grub_efi_find_mmap_size, so that > other arch on EFI platform can use this function. Good call. > Also this function solves memory map too small problem, > on some EF

[PATCH 1/3] grub efi memory map patch

2006-10-23 Thread bibo,mao
This patch moves find_mmap_size from i386/efi/linux.c to kern/efi/mm.c, and renamed as grub_efi_find_mmap_size, so that other arch on EFI platform can use this function. Also this function solves memory map too small problem, on some EFI platform MEMORY_MAP_SIZE(0x1000) is a little smaller than E