From: Semen Protsenko Date: Fri, 15 Aug 2014 13:22:44 +0000 (+0300) Subject: efi/arm64: Store Runtime Services revision X-Git-Tag: omap-for-v3.17/fixes-against-rc2~16^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7519e81321343165f89abb8b616df186d3e57a;p=pandora-kernel.git efi/arm64: Store Runtime Services revision "efi" global data structure contains "runtime_version" field which must be assigned in order to use it later in Runtime Services virtual calls (virt_efi_* functions). Before this patch "runtime_version" was unassigned (0), so each Runtime Service virtual call that checks revision would fail. Signed-off-by: Semen Protsenko Acked-by: Ard Biesheuvel Cc: Signed-off-by: Matt Fleming --- Reading git-diff-tree failed