diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-03-27 19:32:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-03-27 19:32:40 +0000 |
| commit | 02e4a32084adb325d126f13611508a17422959bb (patch) | |
| tree | 5fff856dabac34f45b429395f0313fdb45926956 /sys | |
| parent | 6f5d1a3c01594cd6fe148919e7a79d6d1c5bf57f (diff) | |
Sort.
Notes
svn path=/head/; revision=167948
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 389e16c1b3ba..7197ba29604d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -59,7 +59,6 @@ NO_SYSCTL_DESCR opt_global.h # Miscellaneous options. ADAPTIVE_GIANT opt_adaptive_mutexes.h -NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h ALQ AUDIT opt_global.h CODA_COMPAT_5 opt_coda.h @@ -124,6 +123,7 @@ MFI_DECODE_LOG opt_mfi.h MPROF_BUFFERS opt_mprof.h MPROF_HASH_SIZE opt_mprof.h MUTEX_WAKE_ALL +NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h NO_ADAPTIVE_RWLOCKS NSWBUF_MIN opt_swap.h PANIC_REBOOT_WAIT_TIME opt_panic.h |
