Re: [PATCH 6/6] x86: fixes some bugs about EFI memory map handling

2008-01-25 Thread huang ying
On Jan 25, 2008 5:50 PM, Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * Huang, Ying <[EMAIL PROTECTED]> wrote: > > > On Fri, 2008-01-25 at 10:31 +0100, Ingo Molnar wrote: > > > * Huang, Ying <[EMAIL PROTECTED]> wrote: > > > > > > > This patch fixes some bugs of EFI memory handing code. > > > > > > >

Re: [PATCH 6/6] x86: fixes some bugs about EFI memory map handling

2008-01-25 Thread Ingo Molnar
* Huang, Ying <[EMAIL PROTECTED]> wrote: > On Fri, 2008-01-25 at 10:31 +0100, Ingo Molnar wrote: > > * Huang, Ying <[EMAIL PROTECTED]> wrote: > > > > > This patch fixes some bugs of EFI memory handing code. > > > > > > - On x86_64, it is possible that EFI memory map can not be mapped via > > >

Re: [PATCH 6/6] x86: fixes some bugs about EFI memory map handling

2008-01-25 Thread Huang, Ying
On Fri, 2008-01-25 at 10:31 +0100, Ingo Molnar wrote: > * Huang, Ying <[EMAIL PROTECTED]> wrote: > > > This patch fixes some bugs of EFI memory handing code. > > > > - On x86_64, it is possible that EFI memory map can not be mapped via > > identity map, so efi_map_memmap is removed, just use ea

Re: [PATCH 6/6] x86: fixes some bugs about EFI memory map handling

2008-01-25 Thread Ingo Molnar
* Huang, Ying <[EMAIL PROTECTED]> wrote: > This patch fixes some bugs of EFI memory handing code. > > - On x86_64, it is possible that EFI memory map can not be mapped via > identity map, so efi_map_memmap is removed, just use early_ioremap. > > - On i386, the EFI memory map mapping take effe

[PATCH 6/6] x86: fixes some bugs about EFI memory map handling

2008-01-24 Thread Huang, Ying
This patch fixes some bugs of EFI memory handing code. - On x86_64, it is possible that EFI memory map can not be mapped via identity map, so efi_map_memmap is removed, just use early_ioremap. - On i386, the EFI memory map mapping take effect cross paging_init, so it is not necessary to use e