diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-06 11:17:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-06 11:17:33 +0000 |
commit | cf8e222d412ad2cd73b9fbb00938cbcf8698eedd (patch) | |
tree | fc54653063c75b70420e4d3747282a5833044fb2 /sys/conf/GENERIC | |
parent | 111b659722a7bdca295fddb23f0ecab46ae9a018 (diff) |
POOL_DEBUG has nothing to do with portalfs
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 7a67d937224..842ce5ff815 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.174 2011/04/05 18:51:25 thib Exp $ +# $OpenBSD: GENERIC,v 1.175 2011/04/06 11:17:32 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 VFSDEBUG # VFS locking checks option CRYPTO # Cryptographic framework |