summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hessler <phessler@cvs.openbsd.org>2010-08-13 12:31:34 +0000
committerPeter Hessler <phessler@cvs.openbsd.org>2010-08-13 12:31:34 +0000
commit0e214b96f6fd5f50f75436efc992a029396baf04 (patch)
treecdad9bc244c5b3decd0a4fddd65d04ab94e5b6c5
parent6efa704358ab29a6efcbae7bbd6bc46518d37ff0 (diff)
now that we are at -current again, re-enable POOL_DEBUG
"go ahead" kettenis@
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 6071aeb1067..2bbbc0606c4 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.162 2010/08/08 17:18:11 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.163 2010/08/13 12:31:33 phessler 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 VFSDEBUG # VFS locking checks
option CRYPTO # Cryptographic framework