summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include/cpu.h')
-rw-r--r--sys/arch/mips64/include/cpu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index 6913ad4a4f9..f50bf1e547f 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.65 2010/09/21 20:29:17 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.66 2010/09/28 20:27:55 miod Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -384,6 +384,10 @@ struct cpu_info {
#define CI_DDB_STOPPED 2
#define CI_DDB_ENTERDDB 3
#define CI_DDB_INDDB 4
+
+#ifdef DIAGNOSTIC
+ int ci_mutex_level;
+#endif
};
#define CPUF_PRIMARY 0x01 /* CPU is primary CPU */