Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19803
b: refs/heads/master
c: 165a2c1
h: refs/heads/master
i:
  19801: 3949a9d
  19799: b27b575
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Feb 5, 2006
1 parent 580db2f commit e08f858
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c2b507fda390b8ae90deba9b8cdc3fe727482193
refs/heads/master: 165a2c1d514892ae917cdf80be9e5269015c1034
3 changes: 2 additions & 1 deletion trunk/arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ static void show_trace_log_lvl(struct task_struct *task,
stack = (unsigned long*)context->previous_esp;
if (!stack)
break;
printk(KERN_EMERG " =======================\n");
printk(log_lvl);
printk(" =======================\n");
}
}

Expand Down

0 comments on commit e08f858

Please sign in to comment.