Re: [patch 1/6] Add function efi_remap_region for remapping to saved virt address

2013-10-27 Thread Dave Young
Hi, Thanks for review On 10/27/13 at 12:50pm, Borislav Petkov wrote: > On Sun, Oct 27, 2013 at 11:47:14AM +0800, dyo...@redhat.com wrote: > > Kexec kernel will use saved runtime virtual mapping, so add a > > new function efi_remap_region to remapping it directly without > > calculate the virt addr

Re: [patch 1/6] Add function efi_remap_region for remapping to saved virt address

2013-10-27 Thread Borislav Petkov
On Sun, Oct 27, 2013 at 11:47:14AM +0800, dyo...@redhat.com wrote: > Kexec kernel will use saved runtime virtual mapping, so add a > new function efi_remap_region to remapping it directly without > calculate the virt addr from efi_va. > > The md is passed in from 1st kernel, the virtual addr is >

[patch 1/6] Add function efi_remap_region for remapping to saved virt address

2013-10-26 Thread dyoung
Kexec kernel will use saved runtime virtual mapping, so add a new function efi_remap_region to remapping it directly without calculate the virt addr from efi_va. The md is passed in from 1st kernel, the virtual addr is saved in md->virt_addr. Signed-off-by: Dave Young --- arch/x86/include/asm/e