aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index a120a4549d48..77a8eacbe032 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -128,9 +128,10 @@ static const char * const task_state_array[] = {
128 "t (tracing stop)", /* 0x08 */ 128 "t (tracing stop)", /* 0x08 */
129 "X (dead)", /* 0x10 */ 129 "X (dead)", /* 0x10 */
130 "Z (zombie)", /* 0x20 */ 130 "Z (zombie)", /* 0x20 */
131 "P (parked)", /* 0x40 */
131 132
132 /* states beyond TASK_REPORT: */ 133 /* states beyond TASK_REPORT: */
133 "I (idle)", /* 0x40 */ 134 "I (idle)", /* 0x80 */
134}; 135};
135 136
136static inline const char *get_task_state(struct task_struct *tsk) 137static inline const char *get_task_state(struct task_struct *tsk)