]> Zhao Yanbai Git Server - minix.git/commitdiff
PM cleanup: remove unused fields from mproc structure
authorDavid van Moolenbroek <david@minix3.org>
Sat, 11 Jul 2009 17:15:33 +0000 (17:15 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sat, 11 Jul 2009 17:15:33 +0000 (17:15 +0000)
servers/pm/mproc.h

index a9d5362201c2f417617d75da47adf610c9df23d1..e5d3e56ace57eb8aff01875d84e06ee8f84246bd 100644 (file)
@@ -40,12 +40,8 @@ EXTERN struct mproc {
                                 */
   struct timer mp_timer;       /* watchdog timer for alarm(2) */
 
-  /* Backwards compatibility for signals. */
-  sighandler_t mp_func;                /* all sigs vectored to a single user fcn */
-
   unsigned mp_flags;           /* flag bits */
   vir_bytes mp_procargs;        /* ptr to proc's initial stack arguments */
-  struct mproc *mp_swapq;      /* queue of procs waiting to be swapped in */
   message mp_reply;            /* reply message to be sent to one */
 
   /* Communication with FS */