diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-20 22:11:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-20 22:11:43 +0000 |
commit | d29d7e005bac5108a9a68164f02824cd94aab6ce (patch) | |
tree | c59b818c4a547938dc4a0ff1329825521b6cc6bb /sys/arch/armish/conf | |
parent | 488065df1de76d41e2b7f88decd9744099653643 (diff) |
Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTR
no longer an option.
Diffstat (limited to 'sys/arch/armish/conf')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 5d8a3753cfd..bcb20bfdf34 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2011/07/07 23:41:09 tedu Exp $ +# $OpenBSD: GENERIC,v 1.43 2011/09/20 22:11:42 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,7 +20,6 @@ makeoptions KERNEL_BASE_VIRT="0xc0200000" options CPU_XSCALE_80321 # Support the XScale core options XSCALE_CACHE_READ_WRITE_ALLOCATE -options CACHE_CLEAN_BLOCK_INTR #options PERFCTRS # performance counters diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 9b57647b2b6..79447cb6f46 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.20 2011/08/02 06:36:29 matthieu Exp $ +# $OpenBSD: RAMDISK,v 1.21 2011/09/20 22:11:42 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,7 +20,6 @@ makeoptions KERNEL_BASE_VIRT="0xc0200000" option CPU_XSCALE_80321 # Support the XScale core option XSCALE_CACHE_READ_WRITE_ALLOCATE -option CACHE_CLEAN_BLOCK_INTR #option PERFCTRS # performance counters |