Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104827
b: refs/heads/master
c: 6fdc9f5
h: refs/heads/master
i:
  104825: c73d7f6
  104823: db7e1ea
v: v3
  • Loading branch information
Arnd Bergmann authored and Benjamin Herrenschmidt committed Jul 22, 2008
1 parent 36f0a69 commit 7fec85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72e82dcd1f8fc6f99e0ee2ef1ed1ff37c1e63858
refs/heads/master: 6fdc9f5076e0f6018e1d9250c6673f812b556d90
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ EXPORT_SYMBOL_GPL(save_stack_trace);

void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace)
{
save_context_stack(trace, tsk->thread.regs->gpr[1], tsk, 0);
save_context_stack(trace, tsk->thread.ksp, tsk, 0);
}
EXPORT_SYMBOL_GPL(save_stack_trace_tsk);

0 comments on commit 7fec85f

Please sign in to comment.