commit | fbca9664364a0c26197c08f964b96558e41d9e9c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <[email protected]> | Mon Jan 09 12:41:46 2023 +0100 |
committer | Lee Jones <[email protected]> | Tue Mar 14 16:45:16 2023 +0000 |
tree | d2a7901024c19d5f8a00a969e82659f017931238 | |
parent | 1b40f7773c40def29f19d241ff867ac05d97aa28 [diff] |
UPSTREAM: efi: rt-wrapper: Add missing include commit 18bba1843fc7f264f58c9345d00827d082f9c558 upstream. Add the missing #include of asm/assembler.h, which is where the ldr_l macro is defined. Bug: 260821414 Fixes: ff7a167961d1b97e ("arm64: efi: Execute runtime services from a dedicated stack") Signed-off-by: Ard Biesheuvel <[email protected]> Cc: Lee Jones <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Lee Jones <[email protected]> Change-Id: I50d1e21277ef64dcb1d58d7f1c062dc913cfee74
diff --git a/arch/arm64/kernel/efi-rt-wrapper.S b/arch/arm64/kernel/efi-rt-wrapper.S index b2786b9..2d3c4b0 100644 --- a/arch/arm64/kernel/efi-rt-wrapper.S +++ b/arch/arm64/kernel/efi-rt-wrapper.S
@@ -4,6 +4,7 @@ */ #include <linux/linkage.h> +#include <asm/assembler.h> SYM_FUNC_START(__efi_rt_asm_wrapper) stp x29, x30, [sp, #-32]!