projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e006ac3
)
efi: rt-wrapper: Add missing include
author
Ard Biesheuvel
<ardb@kernel.org>
Mon, 9 Jan 2023 11:41:46 +0000
(12:41 +0100)
committer
Ard Biesheuvel
<ardb@kernel.org>
Mon, 9 Jan 2023 11:42:56 +0000
(12:42 +0100)
Add the missing #include of asm/assembler.h, which is where the ldr_l
macro is defined.
Fixes: ff7a167961d1b97e ("arm64: efi: Execute runtime services from a dedicated stack")
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm64/kernel/efi-rt-wrapper.S
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/efi-rt-wrapper.S
b/arch/arm64/kernel/efi-rt-wrapper.S
index a00886410537d6a615c7f415a884631b1f0e4a1d..d872d18101d837508d1a4dd2cef742cc7c83e241 100644
(file)
--- 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, #-112]!