[PATCH] ARM: get rid of a few StrongARM cache-related build time constants

Russell King - ARM Linux linux at arm.linux.org.uk
Wed Jul 6 03:55:42 EDT 2011


On Tue, Jul 05, 2011 at 10:33:56PM -0400, Nicolas Pitre wrote:
> index 087bc77..f8a94d6 100644
> --- a/arch/arm/mach-ebsa110/core.c
> +++ b/arch/arm/mach-ebsa110/core.c
> @@ -23,6 +23,7 @@
>  #include <asm/pgtable.h>
>  #include <asm/page.h>
>  #include <asm/system.h>
> +#include <asm/cacheflush.h>
>  
>  #include <asm/mach/arch.h>
>  #include <asm/mach/irq.h>
> @@ -114,9 +115,12 @@ static struct map_desc ebsa110_io_desc[] __initdata = {
>  	}
>  };
>  
> +#define SRAM_PHYS		0xdf000000
...
> -#define FLUSH_BASE_PHYS		0x40000000
> -#define FLUSH_BASE		0xdf000000

Looks like you chose the wrong constant.



More information about the linux-arm-kernel mailing list