diff options
author | ru <ru@FreeBSD.org> | 2005-12-12 10:15:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-12 10:15:11 +0000 |
commit | 224a7e6475245a4dcc994a7368a5e38452b02b3a (patch) | |
tree | b0ad98c453ee97a71c66502c8b88c3a1c8736515 /sys/conf/options.amd64 | |
parent | 7bdde275182bcbf09f2ca3fd28fa51df5fb9f504 (diff) | |
download | FreeBSD-src-224a7e6475245a4dcc994a7368a5e38452b02b3a.zip FreeBSD-src-224a7e6475245a4dcc994a7368a5e38452b02b3a.tar.gz |
Remove all redundant option file names that don't hurt readability.
Diffstat (limited to 'sys/conf/options.amd64')
-rw-r--r-- | sys/conf/options.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64 index 310dbce..14e3bc1 100644 --- a/sys/conf/options.amd64 +++ b/sys/conf/options.amd64 @@ -4,9 +4,9 @@ AUTO_EOI_1 opt_auto_eoi.h AUTO_EOI_2 opt_auto_eoi.h MAXMEM -PERFMON opt_perfmon.h +PERFMON PMAP_SHPGPERPROC opt_pmap.h -MP_WATCHDOG opt_mp_watchdog.h +MP_WATCHDOG # Options for emulators. These should only be used at config time, so # they are handled like options for static filesystems |