From 196c4681a5f73025cfe460bed8b063731960ac5c Mon Sep 17 00:00:00 2001 From: Peter Zijlstra Date: Thu, 17 Dec 2009 13:16:28 +0100 Subject: [PATCH] --- yaml --- r: 178040 b: refs/heads/master c: 44d90df6b757c59651ddd55f1a84f28132b50d29 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/sched.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bd4bd0ed17ec..90637681b396 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 733421516b42c44b9e21f1793c430cc801ef8324 +refs/heads/master: 44d90df6b757c59651ddd55f1a84f28132b50d29 diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index c28ed1b1d7c2..94858df38a87 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -193,7 +193,7 @@ print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) #define TASK_WAKEKILL 128 #define TASK_WAKING 256 -#define TASK_STATE_TO_CHAR_STR "RSDTtZX" +#define TASK_STATE_TO_CHAR_STR "RSDTtZXxKW" /* Convenience macros for the sake of set_task_state */ #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)