diff options
Diffstat (limited to 'sys/i386/include/proc.h')
-rw-r--r-- | sys/i386/include/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index 2ac31fb..ec2e6b4 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -47,7 +47,8 @@ struct proc_ldt { * Machine-dependent part of the proc structure for i386. */ struct mdthread { - register_t md_savecrit; + int md_spinlock_count; /* (k) */ + register_t md_saved_flags; /* (k) */ }; struct mdproc { |