gone task state reintroduced by rtmutex patches. Signed-off-by: Thomas Gleixner --- 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) -- -- 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/