diff -NurpP linux-2.6.32.17-vs2.3.0.36.29.4/fs/proc/array.c linux-2.6.32.17-vs2.3.0.36.29.5/fs/proc/array.c --- linux-2.6.32.17-vs2.3.0.36.29.4/fs/proc/array.c 2010-05-27 19:23:00.000000000 +0200 +++ linux-2.6.32.17-vs2.3.0.36.29.5/fs/proc/array.c 2010-08-19 17:19:23.000000000 +0200 @@ -140,9 +140,8 @@ static const char *task_state_array[] = "D (disk sleep)", /* 2 */ "T (stopped)", /* 4 */ "T (tracing stop)", /* 8 */ - "H (on hold)", /* 16 */ - "Z (zombie)", /* 32 */ - "X (dead)", /* 64 */ + "Z (zombie)", /* 16 */ + "X (dead)" /* 32 */ }; static inline const char *get_task_state(struct task_struct *tsk)