diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-04-04 21:53:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-04-04 21:53:56 +0000 |
| commit | c6a37e84139a1c73d4ef46ce4fdf8598a0ebbf45 (patch) | |
| tree | d48c8aa642d31e026486326f9d281f4d5eff0bdb /sys/i386/include/proc.h | |
| parent | 426494536e36762242e1e977fd33b4b0c11c96c9 (diff) | |
Notes
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 2ac31fb82a40..ec2e6b4beefd 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 { |
