From: Antoine LECA Date: Tue, 25 Oct 2011 16:36:54 +0000 (+0000) Subject: clean up PM_SCHEDULED X-Git-Tag: v3.2.0~286 X-Git-Url: http://zhaoyanbai.com/repos/addsub.png?a=commitdiff_plain;h=b1c23299541ac1c056c9ed6b5994f8fbdc3ea539;p=minix.git clean up PM_SCHEDULED --- 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 */