• Russell King's avatar
    [PATCH] Fix Alt-SysRQ-T status, and comment · cdb4ec5d
    Russell King authored
    Fix wrong order of process status. It's
    
    	#define TASK_RUNNING            0
    	#define TASK_INTERRUPTIBLE      1
    	#define TASK_UNINTERRUPTIBLE    2
    	#define TASK_STOPPED            4
    	#define TASK_ZOMBIE             8
    	#define TASK_DEAD               16
    
    but SysRQ printout routines switch stopped and zombie around.
    
    So, for one more time, here's another mailing of the same patch to fix
    this brokenness.  In addition, fix the wrong comment in fs/proc/array.c
    cdb4ec5d
array.c 9.01 KB