]> git.ipfire.org Git - thirdparty/grub.git/commit
efi: Remove x86_64 call wrappers
authorArd Biesheuvel <ardb@kernel.org>
Tue, 23 May 2023 15:31:44 +0000 (17:31 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 25 May 2023 14:48:00 +0000 (16:48 +0200)
commitdf16fe97b22873018ed2b7f9001940e4fca625f3
tree7b086e6a97da987628951362993b55f946ddc9a7
parentbb4aa6e06ee3877110a1dc0eb0d766ffac978993
efi: Remove x86_64 call wrappers

The call wrappers are no longer needed now that GCC can generate
function calls using MS calling convention, so let's get rid of them.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def
grub-core/kern/x86_64/efi/callwrap.S [deleted file]
include/grub/efi/api.h