diff options
| author | Peter Zijlstra <[email protected]> | 2017-09-22 18:23:31 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-09-29 11:02:45 +0200 |
| commit | 5f6ad26ea353fdf3dad2328052cbee49e0b9c5b4 (patch) | |
| tree | 5c979d6aa41ba415d71022bfcb364720474684fb /include/linux | |
| parent | efb40f588b4370ffaeffafbd50f6ff213d954254 (diff) | |
sched/tracing: Use common task-state helpers
Remove yet another task-state char instance.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index a2fe636b6825..bc7807933415 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -83,8 +83,6 @@ struct task_group; #define TASK_NEW 0x0800 #define TASK_STATE_MAX 0x1000 -#define TASK_STATE_TO_CHAR_STR "RSDTtXZxKWPNn" - /* Convenience macros for the sake of set_current_state: */ #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE) #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED) |