PM cleanup: remove unused fields from mproc structure

This commit is contained in:
David van Moolenbroek 2009-07-11 17:15:33 +00:00
parent 1a9e07b0e5
commit 9e075d8623

View File

@ -40,12 +40,8 @@ EXTERN struct mproc {
*/ */
struct timer mp_timer; /* watchdog timer for alarm(2) */ 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 */ unsigned mp_flags; /* flag bits */
vir_bytes mp_procargs; /* ptr to proc's initial stack arguments */ 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 */ message mp_reply; /* reply message to be sent to one */
/* Communication with FS */ /* Communication with FS */