diff options
Diffstat (limited to 'sys/sys/proc.h')
| -rw-r--r-- | sys/sys/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 72656e8ddf1c..e3e0cf8e996d 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -295,7 +295,6 @@ struct thread { struct vm_object *td_kstack_obj;/* (a) Kstack object. */ vm_offset_t td_kstack; /* Kernel VA of kstack. */ u_int td_critnest; /* (k) Critical section nest level. */ - critical_t td_savecrit; /* (k) Saved critical section state. */ }; /* |
