diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-01-28 08:06:50 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-01-28 08:06:50 +0000 |
| commit | cd682c042d7b1f6ee09c0aed9423871069ba51f2 (patch) | |
| tree | f9fc7f9fc3c109d0640eb8acffff7347ee969d30 | |
| parent | 079c9adfc4f509fcbb578c104cf18fc7415d0949 (diff) | |
Notes
| -rw-r--r-- | sys/ia64/include/globaldata.h | 1 | ||||
| -rw-r--r-- | sys/ia64/include/pcpu.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/include/globaldata.h b/sys/ia64/include/globaldata.h index 9e1a5d49a6af..49a54a115376 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; diff --git a/sys/ia64/include/pcpu.h b/sys/ia64/include/pcpu.h index 9e1a5d49a6af..49a54a115376 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; |
