Skip to content

Commit

Permalink
Fixup ftrace merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Nov 21, 2024
1 parent e878165 commit f875be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ unsigned long ftrace_call_adjust(unsigned long addr);
*/
static inline void arch_ftrace_set_direct_caller(struct ftrace_regs *fregs, unsigned long addr)
{
struct pt_regs *regs = &fregs->regs;
struct pt_regs *regs = &arch_ftrace_regs(fregs)->regs;

regs->orig_gpr3 = addr;
}
Expand Down

0 comments on commit f875be2

Please sign in to comment.