From: Olof Johansson Date: Sun, 12 Feb 2012 21:24:25 +0000 (-0800) Subject: x86, efi: Refactor efi_init() a bit X-Git-Tag: v3.4-rc1~153^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e7ee6657dfcd6b0ee2406d11024b558064252a;p=pandora-kernel.git x86, efi: Refactor efi_init() a bit Break out some of the init steps into helper functions. Only change to execution flow is the removal of the warning when the kernel memdesc structure differ in size from what firmware specifies since it's a bogus warning (it's a valid difference per spec). v4: * Removed memdesc warning as per above Signed-off-by: Olof Johansson Link: http://lkml.kernel.org/r/1329081869-20779-2-git-send-email-olof@lixom.net Acked-by: Matt Fleming Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed