|
@@ -223,9 +223,6 @@ extern void proc_sched_set_task(struct task_struct *p);
|
|
|
|
|
|
#define TASK_STATE_TO_CHAR_STR "RSDTtXZxKWPNn"
|
|
#define TASK_STATE_TO_CHAR_STR "RSDTtXZxKWPNn"
|
|
|
|
|
|
-extern char ___assert_task_state[1 - 2*!!(
|
|
|
|
- sizeof(TASK_STATE_TO_CHAR_STR)-1 != ilog2(TASK_STATE_MAX)+1)];
|
|
|
|
-
|
|
|
|
/* Convenience macros for the sake of set_current_state */
|
|
/* Convenience macros for the sake of set_current_state */
|
|
#define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
|
|
#define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
|
|
#define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
|
|
#define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
|