summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2017-09-26 01:46:47 +0000
committerjsg <jsg@openbsd.org>2017-09-26 01:46:47 +0000
commita1382705a647c910056accb94857ed57f2e92272 (patch)
tree28850261a5fd352ccd2dc676d87e4ddb8e66dc9b /sys/conf/GENERIC
parentbump wo 2.6.2 (diff)
downloadwireguard-openbsd-a1382705a647c910056accb94857ed57f2e92272.tar.xz
wireguard-openbsd-a1382705a647c910056accb94857ed57f2e92272.zip
disable POOL_DEBUG for release
ok deraadt@
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index bbac53bcb02..ab2b5db4d1b 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.246 2017/08/11 20:50:15 mpi Exp $
+# $OpenBSD: GENERIC,v 1.247 2017/09/26 01:46:47 jsg Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -17,7 +17,7 @@ option PTRACE # ptrace(2) system call
#option WITNESS # witness(4) lock checker
#option KVA_GUARDPAGES # slow virtual address recycling (+ guarding)
-option POOL_DEBUG # pool corruption detection
+#option POOL_DEBUG # pool corruption detection
#option VFSLCKDEBUG # VFS locking checks
option CRYPTO # Cryptographic framework