94eb7aedd937a96dd2de7abf parent 4de72395ff4cf48e23b61986dbc90b99a7c4ed97 author Uros Bizjak 1342717487 -0400 committer Steven Rostedt 1343744974 -0400 ftrace/x86_32: Simplify parameter setup for ftrace_regs_caller The final position of the stack after saving regs and setting up the parameters for ftrace_regs_call, is the position of the pt_regs needed for the 4th parameter. Instead of saving it into a temporary reg and pushing the reg, simply push the stack pointer. Link: http://lkml.kernel.org/r/1342702344.12353.16.camel@gandalf.stny.rr.com Reviewed-by: Masami Hiramatsu Signed-off-by: Uros Bizjak Signed-off-by: Steven Rostedt