From: Matt Fleming Date: Thu, 27 Mar 2014 22:10:39 +0000 (-0700) Subject: x86/efi: Delete most of the efi_call* macros X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fa6e69a436f662090f3996538adb9e568817f6;p=pandora-kernel.git x86/efi: Delete most of the efi_call* macros We really only need one phys and one virt function call, and then only one assembly function to make firmware calls. Since we are not using the C type system anyway, we're not really losing much by deleting the macros apart from no longer having a check that we are passing the correct number of parameters. The lack of duplicated code seems like a worthwhile trade-off. Cc: Ricardo Neri Cc: Borislav Petkov Signed-off-by: Matt Fleming --- Reading git-diff-tree failed