aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-08-21 12:42:50 -0700
committerIngo Molnar <mingo@kernel.org>2020-09-01 09:50:36 +0200
commit34b4a5c54c429d12bcc783a27650752237c49a36 (patch)
treea00e6751b872364df948ad949769e43c579f76b9 /arch/arm64
parentarm64/mm: Remove needless section quotes (diff)
downloadlinux-dev-34b4a5c54c429d12bcc783a27650752237c49a36.tar.xz
linux-dev-34b4a5c54c429d12bcc783a27650752237c49a36.zip
arm64/kernel: Remove needless Call Frame Information annotations
Remove last instance of an .eh_frame section by removing the needless Call Frame Information annotations which were likely leftovers from 32-bit ARM. Suggested-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20200821194310.3089815-10-keescook@chromium.org
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/kernel/smccc-call.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/kernel/smccc-call.S b/arch/arm64/kernel/smccc-call.S
index 1f93809528a4..d62447964ed9 100644
--- a/arch/arm64/kernel/smccc-call.S
+++ b/arch/arm64/kernel/smccc-call.S
@@ -9,7 +9,6 @@
#include <asm/assembler.h>
.macro SMCCC instr
- .cfi_startproc
\instr #0
ldr x4, [sp]
stp x0, x1, [x4, #ARM_SMCCC_RES_X0_OFFS]
@@ -21,7 +20,6 @@
b.ne 1f
str x6, [x4, ARM_SMCCC_QUIRK_STATE_OFFS]
1: ret
- .cfi_endproc
.endm
/*