X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fproc%2Farray.c;h=cbd0f1b324b972b96f036139fcd96bf53a03fb01;hb=f2530dc71cf0822f90bb63ea4600caaef33a66bb;hp=f7ed9ee46eb9d3818d2210c100731e5eda6ee35e;hpb=4c8c225abf972ce422c241579ce1d4d27eaeb166;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/fs/proc/array.c b/fs/proc/array.c index f7ed9ee..cbd0f1b 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -143,6 +143,7 @@ static const char * const task_state_array[] = { "x (dead)", /* 64 */ "K (wakekill)", /* 128 */ "W (waking)", /* 256 */ + "P (parked)", /* 512 */ }; static inline const char *get_task_state(struct task_struct *tsk)