Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180105
b: refs/heads/master
c: 9d3cfc4
h: refs/heads/master
i:
  180103: a950adc
v: v3
  • Loading branch information
Frans Pop authored and Ingo Molnar committed Jan 28, 2010
1 parent e92036f commit 09a96b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 11854247e2c851e7ff9ce138e501c6cffc5a4217
refs/heads/master: 9d3cfc4c1d17c6d3bc1373e3b954c56b92607755
8 changes: 4 additions & 4 deletions trunk/kernel/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ static inline void check_for_tasks(int cpu)
if (task_cpu(p) == cpu && p->state == TASK_RUNNING &&
(!cputime_eq(p->utime, cputime_zero) ||
!cputime_eq(p->stime, cputime_zero)))
printk(KERN_WARNING "Task %s (pid = %d) is on cpu %d\
(state = %ld, flags = %x) \n",
p->comm, task_pid_nr(p), cpu,
p->state, p->flags);
printk(KERN_WARNING "Task %s (pid = %d) is on cpu %d "
"(state = %ld, flags = %x)\n",
p->comm, task_pid_nr(p), cpu,
p->state, p->flags);
}
write_unlock_irq(&tasklist_lock);
}
Expand Down

0 comments on commit 09a96b2

Please sign in to comment.