Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309734
b: refs/heads/master
c: 168eecc
h: refs/heads/master
v: v3
  • Loading branch information
Tim Bird authored and Linus Torvalds committed Jun 1, 2012
1 parent a36ad70 commit 3aeb8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 43e13cc107cf6cd3c15fbe1cef849435c2223d50
refs/heads/master: 168eeccbc956d2ec083c3a513f7706784ee0dc5f
6 changes: 3 additions & 3 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,9 +884,9 @@ static void check_stack_usage(void)

spin_lock(&low_water_lock);
if (free < lowest_to_date) {
printk(KERN_WARNING "%s used greatest stack depth: %lu bytes "
"left\n",
current->comm, free);
printk(KERN_WARNING "%s (%d) used greatest stack depth: "
"%lu bytes left\n",
current->comm, task_pid_nr(current), free);
lowest_to_date = free;
}
spin_unlock(&low_water_lock);
Expand Down

0 comments on commit 3aeb8ef

Please sign in to comment.