diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-03-27 05:39:23 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-03-27 05:39:23 +0000 |
| commit | d74ac6819b2cc8e5c18a099a97ffc16616b4e94d (patch) | |
| tree | 8233f61cf29e01829b91c6a5cf27defe60e6b8d8 /sys/alpha/include/proc.h | |
| parent | 50a565560242eb8b86d01bb62036d501aa4fa52b (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/proc.h')
| -rw-r--r-- | sys/alpha/include/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h index eb1772a1128a..b0689f9fdaf4 100644 --- a/sys/alpha/include/proc.h +++ b/sys/alpha/include/proc.h @@ -47,6 +47,7 @@ struct mdthread { u_int64_t md_hae; /* user HAE register value */ void *osf_sigtramp; /* user-level signal trampoline */ u_int md_kernnest; /* nesting level in the kernel */ + register_t md_savecrit; /* save PSL for critical section */ }; #define MDP_FPUSED 0x0001 /* Process used the FPU */ |
