projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc467a2
)
sh: Fix stacktrace simplification fallout.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 9 May 2007 09:55:14 +0000
(18:55 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 9 May 2007 09:55:14 +0000
(18:55 +0900)
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>
arch/sh/kernel/stacktrace.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/stacktrace.c
b/arch/sh/kernel/stacktrace.c
index 4bdd2f83535da137635e7507b19f608592f0fd7a..d41e561be20eafacbacf9c99fd08a84d1f1e2321 100644
(file)
--- a/
arch/sh/kernel/stacktrace.c
+++ b/
arch/sh/kernel/stacktrace.c
@@
-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;