From: Matt Fleming Date: Fri, 10 Jan 2014 13:47:37 +0000 (+0000) Subject: efi: Add separate 32-bit/64-bit definitions X-Git-Tag: v3.15-rc1~173^2~5^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677703cef0a148ba07d37ced649ad25b1cda2f78;p=pandora-kernel.git efi: Add separate 32-bit/64-bit definitions The traditional approach of using machine-specific types such as 'unsigned long' does not allow the kernel to interact with firmware running in a different CPU mode, e.g. 64-bit kernel with 32-bit EFI. Add distinct EFI structure definitions for both 32-bit and 64-bit so that we can use them in the 32-bit and 64-bit code paths. Acked-by: Borislav Petkov Signed-off-by: Matt Fleming --- Reading git-diff-tree failed