From 39a7d62e79ccd2fa262a3ddbb2a398905cccbf59 Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 25 Jan 2006 14:57:23 +0000 Subject: 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. --- sys/kern/kern_ktr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/kern_ktr.c') 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; -- cgit v1.1