diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-10-20 14:49:59 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-10-20 14:49:59 +0000 |
| commit | 2a2b58faa402cf9c3d4f3e2a480503d44ebd6d46 (patch) | |
| tree | 0c8501bfd23ebfafb10b270b8d1a27344f0a490d | |
| parent | 338953fb3d397ec5cb51c8a8167c06e1655cfa9a (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_witness.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 5af7015fec7f..72c08c81e693 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -364,6 +364,7 @@ static struct witness_order_list_entry order_lists[] = { { "ap boot", &lock_class_mtx_spin }, #endif { "rm.mutex_mtx", &lock_class_mtx_spin }, + { "hptlock", &lock_class_mtx_spin }, { "sio", &lock_class_mtx_spin }, #ifdef __i386__ { "cy", &lock_class_mtx_spin }, |
