We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ecbe8 commit 90955d7Copy full SHA for 90955d7
arch/arm64/kernel/ftrace.c
@@ -209,7 +209,7 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr)
209
* | NOP | MOV X9, LR | MOV X9, LR |
210
* | NOP | NOP | BL <entry> |
211
*
212
- * The LR value will be recovered by ftrace_regs_entry, and restored into LR
+ * The LR value will be recovered by ftrace_caller, and restored into LR
213
* before returning to the regular function prologue. When a function is not
214
* being traced, the MOV is not harmful given x9 is not live per the AAPCS.
215
0 commit comments