summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktr.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-01-25 14:57:23 +0000
committerjhb <jhb@FreeBSD.org>2006-01-25 14:57:23 +0000
commit39a7d62e79ccd2fa262a3ddbb2a398905cccbf59 (patch)
tree4504428a11c3de77c470e331506329bb2ac2940c /sys/kern/kern_ktr.c
parente70c09a2e11c97b85bf8e78f854be7f65f8b79b6 (diff)
downloadFreeBSD-src-39a7d62e79ccd2fa262a3ddbb2a398905cccbf59.zip
FreeBSD-src-39a7d62e79ccd2fa262a3ddbb2a398905cccbf59.tar.gz
Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef
in subr_witness.c. I did add a comment in subr_witness.c noting that KTR_WITNESS is incompatible with KTR_ALQ.
Diffstat (limited to 'sys/kern/kern_ktr.c')
-rw-r--r--sys/kern/kern_ktr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c
index b6d9098..ad5d8e8 100644
--- a/sys/kern/kern_ktr.c
+++ b/sys/kern/kern_ktr.c
@@ -148,7 +148,6 @@ sysctl_debug_ktr_alq_enable(SYSCTL_HANDLER_ARGS)
req->td->td_ucred, ALQ_DEFAULT_CMODE,
sizeof(struct ktr_entry), ktr_alq_depth);
if (error == 0) {
- ktr_mask &= ~KTR_ALQ_MASK;
ktr_alq_cnt = 0;
ktr_alq_failed = 0;
ktr_alq_enabled = 1;
OpenPOWER on IntegriCloud