diff options
author | marcel <marcel@FreeBSD.org> | 2001-01-28 08:06:50 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2001-01-28 08:06:50 +0000 |
commit | f8be4d8cb4a410f6081a42abe7bea6071e48053e (patch) | |
tree | a69a592080decff9e2959b0abc42ff7694d5900b /sys/ia64/include/pcpu.h | |
parent | 8a14db568d45ad89fa659b556e2099a1e7040474 (diff) | |
download | FreeBSD-src-f8be4d8cb4a410f6081a42abe7bea6071e48053e.zip FreeBSD-src-f8be4d8cb4a410f6081a42abe7bea6071e48053e.tar.gz |
Add gd_witness_spin_check.
Diffstat (limited to 'sys/ia64/include/pcpu.h')
-rw-r--r-- | sys/ia64/include/pcpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/pcpu.h b/sys/ia64/include/pcpu.h index 9e1a5d4..49a54a1 100644 --- a/sys/ia64/include/pcpu.h +++ b/sys/ia64/include/pcpu.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; |