[PATCH v7 04/12] efi: add a wrapper function efi_map_region_fixed

2013-12-20 Thread Dave Young
Kexec kernel will use saved runtime virtual mapping, so add a new function efi_map_region_fixed for directly mapping a md to md->virt. The md is passed in from 1st kernel, the virtual addr is saved in md->virt_addr. Matt: coding style reuse __map_region Boris: Strenthen comment lines to 80

[PATCH v6 04/14] efi: add a wrapper function efi_map_region_fixed

2013-12-16 Thread Dave Young
Kexec kernel will use saved runtime virtual mapping, so add a new function efi_map_region_fixed for directly mapping a md to md->virt. The md is passed in from 1st kernel, the virtual addr is saved in md->virt_addr. Matt: coding style reuse __map_region Boris: Strenthen comment lines to 80

[PATCH v5 04/14] efi: add a wrapper function efi_map_region_fixed

2013-12-09 Thread Dave Young
Kexec kernel will use saved runtime virtual mapping, so add a new function efi_map_region_fixed for directly mapping a md to md->virt. The md is passed in from 1st kernel, the virtual addr is saved in md->virt_addr. Matt: coding style reuse __map_region Boris: Strenthen comment lines to 80

[PATCH v4 02/12] efi: add a wrapper function efi_map_region_fixed

2013-11-25 Thread Dave Young
Kexec kernel will use saved runtime virtual mapping, so add a new function efi_map_region_fixed for directly mapping a md to md->virt. The md is passed in from 1st kernel, the virtual addr is saved in md->virt_addr. Matt: coding style reuse __map_region Boris: Strenthen comment lines to 80

[patch 02/12 v4] efi: add a wrapper function efi_map_region_fixed

2013-11-25 Thread dyoung
Hi, References: <20131125085630.417850...@dhcp-16-126.nay.redhat.com> Content-Disposition: inline; filename=02-efi-map-fixed-addr.patch Kexec kernel will use saved runtime virtual mapping, so add a new function efi_map_region_fixed for directly mapping a md to md->virt. The md is passed in from 1

efi: add a wrapper function efi_map_region_fixed

2013-11-25 Thread dyoung
Kexec kernel will use saved runtime virtual mapping, so add a new function efi_map_region_fixed for directly mapping a md to md->virt. The md is passed in from 1st kernel, the virtual addr is saved in md->virt_addr. Matt: coding style reuse __map_region Boris: Strenthen comment lines to 80