From 5a091d7d725f4f5707bac68123a1926e08bcc2c9 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 12 Jul 2018 22:09:04 +0000 Subject: [PATCH] we will be toggling witness on/off a few times. when it is on, it raises awareness of problems. when it is off, development cycles are faster. let's do the faster cycle for a little while. discussion with naddy --- sys/arch/amd64/conf/GENERIC.MP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC.MP b/sys/arch/amd64/conf/GENERIC.MP index 3d5f9ca6256..51c0f8992cd 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,9 +1,9 @@ -# $OpenBSD: GENERIC.MP,v 1.12 2018/06/01 14:16:25 visa Exp $ +0;331;0cwit# $OpenBSD: GENERIC.MP,v 1.13 2018/07/12 22:09:04 deraadt Exp $ include "arch/amd64/conf/GENERIC" option MULTIPROCESSOR #option MP_LOCKDEBUG -option WITNESS +#option WITNESS cpu* at mainbus? -- 2.20.1