|
@@ -5249,7 +5249,7 @@ void sched_show_task(struct task_struct *p)
|
|
unsigned state;
|
|
unsigned state;
|
|
|
|
|
|
state = p->state ? __ffs(p->state) + 1 : 0;
|
|
state = p->state ? __ffs(p->state) + 1 : 0;
|
|
- printk(KERN_INFO "%-13.13s %c", p->comm,
|
|
|
|
|
|
+ printk(KERN_INFO "%-15.15s %c", p->comm,
|
|
state < sizeof(stat_nam) - 1 ? stat_nam[state] : '?');
|
|
state < sizeof(stat_nam) - 1 ? stat_nam[state] : '?');
|
|
#if BITS_PER_LONG == 32
|
|
#if BITS_PER_LONG == 32
|
|
if (state == TASK_RUNNING)
|
|
if (state == TASK_RUNNING)
|