Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277226
b: refs/heads/master
c: 7fc20c5
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Dec 11, 2011
1 parent c2d48ca commit 52aebfc
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: 29f043a2caea2860db36fbeda0c17f79bf0cffbe
refs/heads/master: 7fc20c5cbdd184f32cb0f886f1a069f123f5787a
2 changes: 1 addition & 1 deletion trunk/kernel/debug/kdb/kdb_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ char kdb_task_state_char (const struct task_struct *p)
(p->exit_state & EXIT_ZOMBIE) ? 'Z' :
(p->exit_state & EXIT_DEAD) ? 'E' :
(p->state & TASK_INTERRUPTIBLE) ? 'S' : '?';
if (p->pid == 0) {
if (is_idle_task(p)) {
/* Idle task. Is it really idle, apart from the kdb
* interrupt? */
if (!kdb_task_has_cpu(p) || kgdb_info[cpu].irq_depth == 1) {
Expand Down

0 comments on commit 52aebfc

Please sign in to comment.