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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h
index be3948a..174e64b 100644
--- a/sys/alpha/include/proc.h
+++ b/sys/alpha/include/proc.h
@@ -52,7 +52,8 @@ 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 */
+ register_t md_saved_ipl; /* save IPL for critical section */
+ u_int md_spinlock_count;
};
#define MDP_UAC_NOPRINT 0x0010 /* Don't print unaligned traps */
OpenPOWER on IntegriCloud