Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62427
b: refs/heads/master
c: 028a690
h: refs/heads/master
i:
  62425: 4b03441
  62423: 62fe677
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jul 22, 2007
1 parent acad8c9 commit 75d8679
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: c673f1a9d994de501b674b2bb6a48bd5e912afe0
refs/heads/master: 028a690a1ebc8b825b6f42214a99a5abcf9aa4c6
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void dump_trace(struct task_struct *task, struct pt_regs *regs,
if (!stack) {
unsigned long dummy;
stack = &dummy;
if (task && task != current)
if (task != current)
stack = (unsigned long *)task->thread.esp;
}

Expand Down

0 comments on commit 75d8679

Please sign in to comment.