From d29d7e005bac5108a9a68164f02824cd94aab6ce Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 20 Sep 2011 22:11:43 +0000 Subject: Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTR no longer an option. --- sys/arch/palm/conf/GENERIC | 4 +--- sys/arch/palm/conf/RAMDISK | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/arch/palm') 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" -- cgit v1.2.3