lkml.org 
[lkml]   [2008]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 19 Dec 2008 16:02:47 -0000
FromThomas Gleixner <>
Subject[patch 2/7] sched: remove useless nointeractive state
gone task state reintroduced by rtmutex patches.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
include/linux/sched.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: linux-2.6.24/include/linux/sched.h
===================================================================
--- linux-2.6.24.orig/include/linux/sched.h
+++ linux-2.6.24/include/linux/sched.h
@@ -202,8 +202,7 @@ extern struct semaphore kernel_sem;
#define EXIT_ZOMBIE 32
#define EXIT_DEAD 64
/* in tsk->state again */
-#define TASK_NONINTERACTIVE 128
-#define TASK_DEAD 256
+#define TASK_DEAD 128

#define __set_task_state(tsk, state_value) \
do { (tsk)->state = (state_value); } while (0)
--



\
 
 \ /
  Last update: 2008-12-19 17:21    [from the cache]
©2003-2010