diff options
Diffstat (limited to 'sys/i386/include/pcpu.h')
-rw-r--r-- | sys/i386/include/pcpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h index d2873ef..c83d73c 100644 --- a/sys/i386/include/pcpu.h +++ b/sys/i386/include/pcpu.h @@ -65,6 +65,7 @@ struct globaldata { u_int gd_other_cpus; SLIST_ENTRY(globaldata) gd_allcpu; int gd_witness_spin_check; + struct lock_list_entry *gd_spinlocks; #ifdef KTR_PERCPU #ifdef KTR volatile int gd_ktr_idx; |