diff options
Diffstat (limited to 'sys/ia64/include/proc.h')
-rw-r--r-- | sys/ia64/include/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h index c9ae251..4daead6 100644 --- a/sys/ia64/include/proc.h +++ b/sys/ia64/include/proc.h @@ -39,6 +39,7 @@ struct mdthread { u_long md_flags; void *md_kstackvirt; /* virtual address of td_kstack */ vm_offset_t md_bspstore; /* initial ar.bspstore */ + register_t md_savecrit; }; #define MDP_FPUSED 0x0001 /* Process used the FPU */ |