summaryrefslogtreecommitdiff
path: root/fs/proc/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index 450dd174d3ea..00e80906b170 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -126,9 +126,9 @@ static const char *task_state_array[] = {
"R (running)", /* 0 */
"S (sleeping)", /* 1 */
"D (disk sleep)", /* 2 */
- "Z (zombie)", /* 4 */
"T (stopped)", /* 8 */
- "W (paging)" /* 16 */
+ "Z (zombie)", /* 4 */
+ "X (dead)" /* 16 */
};
static inline const char * get_task_state(struct task_struct *tsk)