Skip to content

Commit

Permalink
sh: Fix stacktrace simplification fallout.
Browse files Browse the repository at this point in the history
When the stacktrace simplification changes went in the function
definition on SH got skipped, fix it up so things build again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 9, 2007
1 parent fc467a2 commit a3cf4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/*
* Save stack-backtrace addresses into a stack_trace buffer.
*/
void save_stack_trace(struct stack_trace *trace, struct task_struct *task)
void save_stack_trace(struct stack_trace *trace)
{
unsigned long *sp = (unsigned long *)current_stack_pointer;

Expand Down

0 comments on commit a3cf4ea

Please sign in to comment.