mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
kernel: remove unused Proc.lockwait Lock pointer
This commit is contained in:
parent
8a4a2dea70
commit
18039c83c0
1 changed files with 6 additions and 5 deletions
|
@ -749,19 +749,20 @@ struct Proc
|
|||
Chan *slash;
|
||||
Chan *dot;
|
||||
|
||||
Note *lastnote;
|
||||
Note *note[NNOTE];
|
||||
short nnote;
|
||||
short notified; /* sysnoted is due */
|
||||
Note *lastnote;
|
||||
int (*notify)(void*, char*);
|
||||
|
||||
Lock *lockwait;
|
||||
Lock *lastlock; /* debugging */
|
||||
Lock *lastilock; /* debugging */
|
||||
|
||||
Mach *wired;
|
||||
Mach *mp; /* machine this process last ran on */
|
||||
|
||||
Lock *lastlock; /* debugging */
|
||||
Lock *lastilock; /* debugging */
|
||||
|
||||
int nlocks; /* number of locks held by proc */
|
||||
|
||||
ulong delaysched;
|
||||
ulong priority; /* priority level */
|
||||
ulong basepri; /* base priority level */
|
||||
|
|
Loading…
Reference in a new issue