Searched hist:"677703 cef0a148ba07d37ced649ad25b1cda2f78" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | efi.h | diff 677703cef0a148ba07d37ced649ad25b1cda2f78 Fri Jan 10 07:47:37 CST 2014 Matt Fleming <matt.fleming@intel.com> 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 <bp@suse.de> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
|