X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-shark%2Fmemory.h;h=6968d6103ea00b8386163184e1b64a98c151e201;hb=a748422ee45725e04e1d3792fa19dfa90ddfd116;hp=95a29b4bc5d07d11306947ef0b3e241c150b57af;hpb=c7fb577e2a6cb04732541f2dc402bd46747f7558;p=linux-2.6 diff --git a/include/asm-arm/arch-shark/memory.h b/include/asm-arm/arch-shark/memory.h index 95a29b4bc5..6968d6103e 100644 --- a/include/asm-arm/arch-shark/memory.h +++ b/include/asm-arm/arch-shark/memory.h @@ -39,4 +39,10 @@ static inline void __arch_adjust_zones(int node, unsigned long *zone_size, unsig #define __virt_to_bus(x) __virt_to_phys(x) #define __bus_to_virt(x) __phys_to_virt(x) +/* + * Cache flushing area + */ +#define FLUSH_BASE_PHYS 0x80000000 +#define FLUSH_BASE 0xdf000000 + #endif