PM cleanup: remove unused fields from mproc structure
This commit is contained in:
parent
1a9e07b0e5
commit
9e075d8623
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user