efi/x86: libstub: Fix typo in __efi64_argmap* name
authorEvgeniy Baskov <baskov@ispras.ru>
Thu, 9 Jun 2022 11:37:30 +0000 (14:37 +0300)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 21 Jun 2022 16:11:46 +0000 (18:11 +0200)
commitaa6d1ed107eba26f49933216cffe797253914132
treedf4ece9cb4513a87aff7e1b6c8e012c998146715
parent34705a57e7df97d161324263c103c4d4d120dfe7
efi/x86: libstub: Fix typo in __efi64_argmap* name

The actual name of the DXE services function used
is set_memory_space_attributes(), not set_memory_space_descriptor().

Change EFI mixed mode helper macro name to match the function name.

Fixes: 31f1a0edff78 ("efi/x86: libstub: Make DXE calls mixed mode safe")
Signed-off-by: Evgeniy Baskov <baskov@ispras.ru>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/x86/include/asm/efi.h