clean up PM_SCHEDULED

This commit is contained in:
Antoine LECA 2011-10-25 16:36:54 +00:00 committed by Ben Gras
parent 9e21d55e37
commit b1c2329954

View file

@ -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 */