summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/globaldata.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-01-28 08:06:50 +0000
committermarcel <marcel@FreeBSD.org>2001-01-28 08:06:50 +0000
commitf8be4d8cb4a410f6081a42abe7bea6071e48053e (patch)
treea69a592080decff9e2959b0abc42ff7694d5900b /sys/ia64/include/globaldata.h
parent8a14db568d45ad89fa659b556e2099a1e7040474 (diff)
downloadFreeBSD-src-f8be4d8cb4a410f6081a42abe7bea6071e48053e.zip
FreeBSD-src-f8be4d8cb4a410f6081a42abe7bea6071e48053e.tar.gz
Add gd_witness_spin_check.
Diffstat (limited to 'sys/ia64/include/globaldata.h')
-rw-r--r--sys/ia64/include/globaldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/globaldata.h b/sys/ia64/include/globaldata.h
index 9e1a5d4..49a54a1 100644
--- a/sys/ia64/include/globaldata.h
+++ b/sys/ia64/include/globaldata.h
@@ -59,6 +59,7 @@ struct globaldata {
u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;
+ int gd_witness_spin_check;
#ifdef KTR_PERCPU
volatile int gd_ktr_idx; /* Index into trace table */
char *gd_ktr_buf;
OpenPOWER on IntegriCloud