Skip to content

Commit 0d8116c

Browse files
mrutland-armctmarinas
authored andcommitted
arm64: ftrace: remove redundant label
Since commit: c4a0ebf ("arm64/ftrace: Make function graph use ftrace directly") The 'ftrace_common_return' label has been unused. Remove it. Signed-off-by: Mark Rutland <[email protected]> Cc: Chengming Zhou <[email protected]> Cc: Will Deacon <[email protected]> Tested-by: "Ivan T. Ivanov" <[email protected]> Reviewed-by: Chengming Zhou <[email protected]> Reviewed-by: Ard Biesheuvel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent a625357 commit 0d8116c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kernel/entry-ftrace.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)
102102
* x19-x29 per the AAPCS, and we created frame records upon entry, so we need
103103
* to restore x0-x8, x29, and x30.
104104
*/
105-
ftrace_common_return:
106105
/* Restore function arguments */
107106
ldp x0, x1, [sp]
108107
ldp x2, x3, [sp, #S_X2]

0 commit comments

Comments
 (0)