summaryrefslogtreecommitdiff
path: root/sys/arch/palm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-09-20 22:11:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-09-20 22:11:43 +0000
commitd29d7e005bac5108a9a68164f02824cd94aab6ce (patch)
treec59b818c4a547938dc4a0ff1329825521b6cc6bb /sys/arch/palm
parent488065df1de76d41e2b7f88decd9744099653643 (diff)
Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTR
no longer an option.
Diffstat (limited to 'sys/arch/palm')
-rw-r--r--sys/arch/palm/conf/GENERIC4
-rw-r--r--sys/arch/palm/conf/RAMDISK4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/palm/conf/GENERIC b/sys/arch/palm/conf/GENERIC
index 73892e1102c..84f7059be78 100644
--- a/sys/arch/palm/conf/GENERIC
+++ b/sys/arch/palm/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.13 2011/07/07 23:41:09 tedu Exp $
+# $OpenBSD: GENERIC,v 1.14 2011/09/20 22:11:42 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -16,8 +16,6 @@ maxusers 32 # estimated number of users
options ARM32
options PXAGPIO_HAS_GPION_INTRS
-options CACHE_CLEAN_BLOCK_INTR
-
makeoptions KERNEL_BASE_PHYS="0xa0200000"
makeoptions KERNEL_BASE_VIRT="0xc0200000"
diff --git a/sys/arch/palm/conf/RAMDISK b/sys/arch/palm/conf/RAMDISK
index 676d780cb7b..fedb53464ec 100644
--- a/sys/arch/palm/conf/RAMDISK
+++ b/sys/arch/palm/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.8 2011/06/29 20:52:09 matthew Exp $
+# $OpenBSD: RAMDISK,v 1.9 2011/09/20 22:11:42 miod Exp $
machine palm arm
@@ -16,8 +16,6 @@ options CRYPTO # Cryptographic framework
options ARM32
options PXAGPIO_HAS_GPION_INTRS
-options CACHE_CLEAN_BLOCK_INTR
-
makeoptions KERNEL_BASE_PHYS="0xa0200000"
makeoptions KERNEL_BASE_VIRT="0xc0200000"