From: Dave Young Date: Mon, 18 Aug 2014 01:30:07 +0000 (+0800) Subject: arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefi X-Git-Tag: fixes-against-v3.18-rc2~16^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6632210f50530ea53dd21f786f2854609d928689;p=pandora-kernel.git arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefi In case efi runtime disabled via noefi kernel cmdline arm64_enter_virtual_mode should error out. At the same time move early_memunmap(memmap.map, mapsize) to the beginning of the function or it will leak early mem. Signed-off-by: Dave Young Reviewed-by: Will Deacon Signed-off-by: Matt Fleming --- Reading git-diff-tree failed