diff options
author | 2007-02-03 16:49:43 +0000 | |
---|---|---|
committer | 2007-02-03 16:49:43 +0000 | |
commit | c65adc3461d09c9715cc2ba45c6f85b1d8031b44 (patch) | |
tree | 59e2bca62aee166dccf54a395fb2384138e1e00b | |
parent | Remove unused functionality from lockmgr(): (diff) | |
download | wireguard-openbsd-c65adc3461d09c9715cc2ba45c6f85b1d8031b44.tar.xz wireguard-openbsd-c65adc3461d09c9715cc2ba45c6f85b1d8031b44.zip |
There is no good reason to disable half of the 7751 cache, so don't.
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index 28d1ebb8912..9abaebae61e 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 2007/01/15 22:22:18 martin Exp $ +# $OpenBSD: GENERIC,v 1.11 2007/02/03 16:49:43 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -24,9 +24,6 @@ option DONT_INIT_BSC option PCIVERBOSE option USBVERBOSE -# Cache options. -option SH4_CACHE_DISABLE_EMODE # disable extended (2x larger) mode - #config bsd swap generic config bsd root on wd0a diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index b530fc728b8..bc82457cfeb 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2006/12/18 00:46:25 martin Exp $ +# $OpenBSD: RAMDISK,v 1.6 2007/02/03 16:49:43 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -23,9 +23,6 @@ option DONT_INIT_BSC option PCIVERBOSE option USBVERBOSE -# Cache options. -option SH4_CACHE_DISABLE_EMODE # disable extended (2x larger) mode - option DST=0 # daylight saving time used by RTC option FFS # UFS option CD9660 # ISO 9660 + Rock Ridge file system |