lkml.org 
[lkml]   [2005]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [patch] Real-Time Preemption, -RT-2.6.11-rc3-V0.7.38-01
From
Date
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.212 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site