Commit 7875bc9b authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/ftrace: Don't save again LR in ftrace_regs_caller() on PPC32

parent a4520b25
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -53,9 +53,6 @@ _GLOBAL(ftrace_stub)
	blr

_GLOBAL(ftrace_regs_caller)
	/* Save the original return address in A's stack frame */
	stw	r0,LRSAVE(r1)

	/* Create our stack frame + pt_regs */
	stwu	r1,-INT_FRAME_SIZE(r1)