diff --git a/servers/pm/mproc.h b/servers/pm/mproc.h index f207a01a5..ce6fff9af 100644 --- a/servers/pm/mproc.h +++ b/servers/pm/mproc.h @@ -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 */