From 30b11a5215be6843f5853b541f56fa382b566e19 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 16 Apr 2009 10:46:37 +0200 Subject: [PATCH] --- yaml --- r: 144135 b: refs/heads/master c: ceb8944b3a3dd3ec4094a476a44802cc32c4fc02 h: refs/heads/master i: 144133: 42edd7eaa3ccef5b729059836e8c4006d8cabfc7 144131: 95db29c677cd62a470b383371cda204fe1249a47 144127: 5611be41294991ce0bfcccf64de38068488ae2f2 v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/cache.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 3bd3805dd1c1..1809b2051c01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 51eb6dc9ca40d086c102bb868ba7f29f33a30f6f +refs/heads/master: ceb8944b3a3dd3ec4094a476a44802cc32c4fc02 diff --git a/trunk/arch/microblaze/include/asm/cache.h b/trunk/arch/microblaze/include/asm/cache.h index c4c64b43c074..c209c47509d5 100644 --- a/trunk/arch/microblaze/include/asm/cache.h +++ b/trunk/arch/microblaze/include/asm/cache.h @@ -37,9 +37,4 @@ void _invalidate_dcache(unsigned int addr); #define __disable_dcache() _disable_dcache() #define __invalidate_dcache(addr) _invalidate_dcache(addr) -/* FIXME - I don't think this is right */ -#ifdef CONFIG_XILINX_UNCACHED_SHADOW -#define UNCACHED_SHADOW_MASK (CONFIG_XILINX_ERAM_SIZE) -#endif - #endif /* _ASM_MICROBLAZE_CACHE_H */