struct proc remove dead field
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m52s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m52s
This commit is contained in:
@@ -43,7 +43,6 @@ struct proc {
|
||||
spin_lock_t lock;
|
||||
struct cpu* cpu;
|
||||
int state;
|
||||
bool dead;
|
||||
uintptr_t uvaddr_argument;
|
||||
void* mail_recv_buffer;
|
||||
size_t mail_recv_size;
|
||||
|
||||
Reference in New Issue
Block a user