diff options
author | 2018-07-12 22:09:04 +0000 | |
---|---|---|
committer | 2018-07-12 22:09:04 +0000 | |
commit | 5a091d7d725f4f5707bac68123a1926e08bcc2c9 (patch) | |
tree | 15cfef17031c83d22ef6d28400a1d9f5e294b88e | |
parent | sync (diff) | |
download | wireguard-openbsd-5a091d7d725f4f5707bac68123a1926e08bcc2c9.tar.xz wireguard-openbsd-5a091d7d725f4f5707bac68123a1926e08bcc2c9.zip |
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
-rw-r--r-- | sys/arch/amd64/conf/GENERIC.MP | 4 |
1 files 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? |