On Sun, 2005-02-13 at 13:59 +0100, Ingo Molnar wrote:
> yeah - it's "M" already in fs/proc/array.c, but i missed the sched.c
> case.
>
You also missed the kernel/rt.c case :-)
-- Steve
Index: kernel/rt.c
===================================================================
--- kernel/rt.c (revision 75)
+++ kernel/rt.c (working copy)
@@ -207,6 +207,7 @@
{
switch (p->state) {
case TASK_RUNNING: printk("R"); break;
+ case TASK_RUNNING_MUTEX: printk("M"); break;
case TASK_INTERRUPTIBLE: printk("s"); break;
case TASK_UNINTERRUPTIBLE: printk("D"); break;
case TASK_STOPPED: printk("T"); break;
This is still from the 38-06.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/