lkml.org 
[lkml]   [2008]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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 22:41    [W:0.047 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site