[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210831095017.412311-2-jolsa@kernel.org>
Date: Tue, 31 Aug 2021 11:50:10 +0200
From: Jiri Olsa <jolsa@...hat.com>
To: "Steven Rostedt (VMware)" <rostedt@...dmis.org>
Cc: bpf@...r.kernel.org, linux-kernel@...r.kernel.org,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andriin@...com>
Subject: [PATCH 1/8] x86/ftrace: Remove extra orig rax move
There's identical move 2 lines earlier.
Signed-off-by: Jiri Olsa <jolsa@...nel.org>
---
arch/x86/kernel/ftrace_64.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/ftrace_64.S b/arch/x86/kernel/ftrace_64.S
index 7c273846c687..a8eb084a7a9a 100644
--- a/arch/x86/kernel/ftrace_64.S
+++ b/arch/x86/kernel/ftrace_64.S
@@ -251,7 +251,6 @@ SYM_INNER_LABEL(ftrace_regs_call, SYM_L_GLOBAL)
* If ORIG_RAX is anything but zero, make this a call to that.
* See arch_ftrace_set_direct_caller().
*/
- movq ORIG_RAX(%rsp), %rax
testq %rax, %rax
SYM_INNER_LABEL(ftrace_regs_caller_jmp, SYM_L_GLOBAL)
jnz 1f
--
2.31.1
Powered by blists - more mailing lists