diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-06-03 05:18:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-06-03 05:18:34 +0000 |
commit | 941bcc9e64d6c21be1b91c11fd98a9d2f775fd80 (patch) | |
tree | c2fdb43208b19191eb57763c910e998f0166945d /sys/arch/i386/conf | |
parent | c4df02ecc4df3ab20dcd27a41f287ce3ba8b35dd (diff) |
i386 isn't quite ready for witness yet.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC.MP | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC.MP b/sys/arch/i386/conf/GENERIC.MP index ff329f4bd30..980a572b8fd 100644 --- a/sys/arch/i386/conf/GENERIC.MP +++ b/sys/arch/i386/conf/GENERIC.MP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.MP,v 1.10 2018/06/01 14:16:25 visa Exp $ +# $OpenBSD: GENERIC.MP,v 1.11 2018/06/03 05:18:33 deraadt Exp $ # # GENERIC.MP - sample multiprocessor kernel # @@ -7,6 +7,6 @@ include "arch/i386/conf/GENERIC" option MULTIPROCESSOR # Multiple processor support #option MP_LOCKDEBUG -option WITNESS +#option WITNESS cpu* at mainbus? |