diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-07-01 20:24:05 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-07-01 20:24:05 +0000 |
commit | 4c3991c33db9977bae4b64984983e25e353f8449 (patch) | |
tree | 23411b9ca7e84e1999fc477c4d39d73bfa5ca04f /sys/conf/GENERIC | |
parent | 7b902249f5fa5694148003f12f18ef2ed9371848 (diff) |
garbage collect the now unused PAGEFASTRECYCLE option.
ok deraadt@, david@
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 9aa426fa88e..71f072740ee 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.159 2010/07/01 01:53:35 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.160 2010/07/01 20:24:04 thib Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -16,7 +16,6 @@ option ACCOUNTING # acct(2) process accounting option KMEMSTATS # collect malloc(9) statistics option PTRACE # ptrace(2) system call -#option PAGEFASTRECYCLE # fast physical page recycling #option KVA_GUARDPAGES # slow virtual address recycling (+ guarding) option POOL_DEBUG # pool corruption detection #option VFSDEBUG # VFS locking checks |