Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287129
b: refs/heads/master
c: d0caf29
h: refs/heads/master
i:
  287127: 4e13af4
v: v3
  • Loading branch information
Dan Carpenter authored and Ingo Molnar committed Jan 28, 2012
1 parent 55fb88e commit 7a6ebcc
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: e050e3f0a71bf7dc2c148b35caff0234decc8198
refs/heads/master: d0caf292505d051b1026e85faf3a85e907566f31
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/dumpstack_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
if (!stack) {
if (regs)
stack = (unsigned long *)regs->sp;
else if (task && task != current)
else if (task != current)
stack = (unsigned long *)task->thread.sp;
else
stack = &dummy;
Expand Down

0 comments on commit 7a6ebcc

Please sign in to comment.