Skip to content

Commit 18bba18

Browse files
committed
efi: rt-wrapper: Add missing include
Add the missing #include of asm/assembler.h, which is where the ldr_l macro is defined. Fixes: ff7a167 ("arm64: efi: Execute runtime services from a dedicated stack") Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent e006ac3 commit 18bba18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/kernel/efi-rt-wrapper.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/linkage.h>
7+
#include <asm/assembler.h>
78

89
SYM_FUNC_START(__efi_rt_asm_wrapper)
910
stp x29, x30, [sp, #-112]!

0 commit comments

Comments
 (0)