summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2018-03-14 17:26:40 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2018-03-14 17:26:40 +0000
commitc9e41407a196ca1f2741f15a58454001e9628075 (patch)
treedb45aeafcfa6aef862621f4f158677d765b36155 /sys/conf/GENERIC
parentdc965c879c1775bfe8cad3323fe406251689119a (diff)
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 6183e3bcdc8..8e4ceab4885 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.252 2018/02/07 22:10:17 dlg Exp $
+# $OpenBSD: GENERIC,v 1.253 2018/03/14 17:26:39 benno 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