]> Zhao Yanbai Git Server - minix.git/commitdiff
clean up PM_SCHEDULED
authorAntoine LECA <Antoine.Leca.1@gmail.com>
Tue, 25 Oct 2011 16:36:54 +0000 (16:36 +0000)
committerBen Gras <ben@minix3.org>
Tue, 25 Oct 2011 16:37:21 +0000 (16:37 +0000)
servers/pm/mproc.h

index f207a01a5746492f7c3fb3543513ed55c362276a..ce6fff9afadbcfc7058e1b735a7af29460ca75df 100644 (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 */