From: Matthew Garrett Date: Sun, 2 Jun 2013 22:12:25 +0000 (-0400) Subject: UEFI: Don't pass boot services regions to SetVirtualAddressMap() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~54^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acba98f810a14b1255e34bc620594f83de37e36;p=pandora-kernel.git UEFI: Don't pass boot services regions to SetVirtualAddressMap() We need to map boot services regions during startup in order to avoid firmware bugs, but we shouldn't be passing those regions to SetVirtualAddressMap(). Ensure that we're only passing regions that are marked as being mapped at runtime. Signed-off-by: Matthew Garrett Signed-off-by: Matt Fleming --- Reading git-diff-tree failed