summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-04-07 22:15:54 +0000
committermarcel <marcel@FreeBSD.org>2006-04-07 22:15:54 +0000
commitaa6df7801fd5bc684cc428915dd295b33d1ba0c1 (patch)
treefb56bba8584d98b84a0c4418617a5998f158486b /sys/kern
parent6692456a369604c97f31b7e7b7026b77b03b70fb (diff)
downloadFreeBSD-src-aa6df7801fd5bc684cc428915dd295b33d1ba0c1.zip
FreeBSD-src-aa6df7801fd5bc684cc428915dd295b33d1ba0c1.tar.gz
Add the scc_hwmtx spin mutex, defined by scc(4).
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_witness.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index b3a5c5a..6223a9d 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -380,6 +380,7 @@ static struct witness_order_list_entry order_lists[] = {
#ifdef __i386__
{ "cy", &lock_class_mtx_spin },
#endif
+ { "scc_hwmtx", &lock_class_mtx_spin },
{ "uart_hwmtx", &lock_class_mtx_spin },
{ "sabtty", &lock_class_mtx_spin },
{ "zstty", &lock_class_mtx_spin },
OpenPOWER on IntegriCloud