summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/proc.h')
-rw-r--r--sys/alpha/include/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h
index eb1772a..b0689f9 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 */
OpenPOWER on IntegriCloud