clean up PM_SCHEDULED
This commit is contained in:
parent
9e21d55e37
commit
b1c2329954
1 changed files with 0 additions and 1 deletions
|
@ -84,6 +84,5 @@ EXTERN struct mproc {
|
|||
#define TRACE_EXIT 0x08000 /* tracer is forcing this process to exit */
|
||||
#define TRACE_ZOMBIE 0x10000 /* waiting for tracer to issue WAIT call */
|
||||
#define DELAY_CALL 0x20000 /* waiting for call before sending signal */
|
||||
#define PM_SCHEDULED 0x40000 /* this process is scheduled by PM */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue