]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent' into x86/urgent
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 5 Jun 2014 20:09:44 +0000 (13:09 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 5 Jun 2014 20:09:44 +0000 (13:09 -0700)
commit4650578758b3a87f990ca124e4c6db20d29ff518
tree164169b545fc329cdcaf77756c9bd65c82fc1dd8
parent767ab9a8ac09a755925253b385ce4af163b689f5
parent2d45f25f9ce9337d1ef9f4f2a8b238ef5f1e0b0b
Merge tag 'efi-urgent' into x86/urgent

 * Fix earlyprintk=efi,keep support by switching to an ioremap() mapping
   of the framebuffer when early_ioremap() is no longer available and
   dropping __init from functions that may be invoked after
   free_initmem() - Dave Young

 * We shouldn't be exporting the EFI runtime map in sysfs if not using
   the new 1:1 EFI mapping code since in that case the mappings are not
   static across a kexec reboot - Dave Young

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>