From: Leif Lindholm Date: Thu, 5 Sep 2013 10:34:54 +0000 (+0100) Subject: efi: x86: ia64: provide a generic efi_config_init() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~32^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272686bf46a34f86d270cf192f68769667792026;p=pandora-kernel.git efi: x86: ia64: provide a generic efi_config_init() Common to (U)EFI support on all platforms is the global "efi" data structure, and the code that parses the System Table to locate addresses to populate that structure with. This patch adds both of these to the global EFI driver code and removes the local definition of the global "efi" data structure from the x86 and ia64 code. Squashed into one big patch to avoid breaking bisection. Signed-off-by: Leif Lindholm Acked-by: Tony Luck Signed-off-by: Matt Fleming --- Reading git-diff-tree failed