summaryrefslogtreecommitdiff
path: root/drivers/firmware
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2023-08-08 10:46:03 +0300
committerArd Biesheuvel <ardb@kernel.org>2023-08-21 18:49:16 +0300
commitc37ce23591b14545f7c8b09e167b995f8acdda71 (patch)
tree3f14696bca049dae2ec2e5c1cec44d68b776c714 /drivers/firmware
parentf6e6e95ce16205025b7b8680a66c30a0c4ec2270 (diff)
downloadlinux-c37ce23591b14545f7c8b09e167b995f8acdda71.tar.xz
efi/arm64: Move EFI runtime call setup/teardown helpers out of line
Only the arch_efi_call_virt() macro that some architectures override needs to be a macro, given that it is variadic and encapsulates calls via function pointers that have different prototypes. The associated setup and teardown code are not special in this regard, and don't need to be instantiated at each call site. So turn them into ordinary C functions and move them out of line. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions