diff options
author | marius <marius@FreeBSD.org> | 2006-04-25 19:43:53 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-04-25 19:43:53 +0000 |
commit | 49cbf99f470febad27470b161c38e71d3e7529cd (patch) | |
tree | 466c18879ca2607db35ffb641ce63b1f93ef851d /sys/kern | |
parent | 82b42c364a16257aa590195fc40a970e6b58e68a (diff) | |
download | FreeBSD-src-49cbf99f470febad27470b161c38e71d3e7529cd.zip FreeBSD-src-49cbf99f470febad27470b161c38e71d3e7529cd.tar.gz |
Remove last vestiges of sab(4).
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_witness.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 6223a9d..d797e36 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -382,7 +382,6 @@ static struct witness_order_list_entry order_lists[] = { #endif { "scc_hwmtx", &lock_class_mtx_spin }, { "uart_hwmtx", &lock_class_mtx_spin }, - { "sabtty", &lock_class_mtx_spin }, { "zstty", &lock_class_mtx_spin }, { "ng_node", &lock_class_mtx_spin }, { "ng_worklist", &lock_class_mtx_spin }, |