diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index f8497059f88c..7781de5e5e7b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -212,6 +212,7 @@ print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq); | |||
212 | /* in tsk->exit_state */ | 212 | /* in tsk->exit_state */ |
213 | #define EXIT_ZOMBIE 16 | 213 | #define EXIT_ZOMBIE 16 |
214 | #define EXIT_DEAD 32 | 214 | #define EXIT_DEAD 32 |
215 | #define EXIT_TRACE (EXIT_ZOMBIE | EXIT_DEAD) | ||
215 | /* in tsk->state again */ | 216 | /* in tsk->state again */ |
216 | #define TASK_DEAD 64 | 217 | #define TASK_DEAD 64 |
217 | #define TASK_WAKEKILL 128 | 218 | #define TASK_WAKEKILL 128 |