summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-04-07 00:16:01 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-04-07 00:16:01 +0000
commit35b7174328b95c90c36226df9e81e6976f25a1aa (patch)
tree9c9b2f6d70f6e4a473f7b05ce89ac3fd9d586698 /sys/conf/GENERIC
parentc7baeaff09dd6a812d2466b02e711024fccad379 (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 0c07595aa6f..387825adf4d 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.274 2021/02/25 01:19:35 dlg Exp $
+# $OpenBSD: GENERIC,v 1.275 2021/04/07 00:16:00 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