diff options
Diffstat (limited to 'sys/ia64/include/proc.h')
-rw-r--r-- | sys/ia64/include/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h index 4d7f481..6c8a1e1 100644 --- a/sys/ia64/include/proc.h +++ b/sys/ia64/include/proc.h @@ -30,7 +30,8 @@ #define _MACHINE_PROC_H_ struct mdthread { - register_t md_savecrit; + int md_spinlock_count; /* (k) */ + register_t md_saved_intr; /* (k) */ }; struct mdproc { |