summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-03-29 03:11:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-03-29 03:11:23 +0000
commit56a4d9560ab143bd13ea9caa9410c06f592fdab5 (patch)
treec3ef2538b98a84ac888b7002981a89940e89e48b /sys/conf/GENERIC
parent26c8bdc09049e5aada9702def27c07b5c02c61b2 (diff)
POOL_DEBUG off for release
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 d8edf7bb65d..e18635d36be 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.240 2017/02/21 16:08:33 phessler Exp $
+# $OpenBSD: GENERIC,v 1.241 2017/03/29 03:11:22 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -17,7 +17,7 @@ option KMEMSTATS # collect malloc(9) statistics
option PTRACE # ptrace(2) system call
#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