diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-07-12 22:09:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-07-12 22:09:05 +0000 |
commit | 0e0753eae5a80c5408645d41333bce467e3e7555 (patch) | |
tree | 8d9116e909bcfa2924a6fe09678676b63c8d9fea /sys/arch | |
parent | 6348509292f47c93e07797d67828ca404df8069c (diff) |
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
Diffstat (limited to 'sys/arch')
-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? |