diff options
Diffstat (limited to 'arch/mips/cpu/cache.S')
-rw-r--r-- | arch/mips/cpu/cache.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/cpu/cache.S b/arch/mips/cpu/cache.S index 4b30c89..2965938 100644 --- a/arch/mips/cpu/cache.S +++ b/arch/mips/cpu/cache.S @@ -311,11 +311,7 @@ LEAF(dcache_enable) * RETURNS: N/A * */ -#if defined(CONFIG_PURPLE) -# define CACHE_LOCK_SIZE (CONFIG_SYS_DCACHE_SIZE/2) -#else # define CACHE_LOCK_SIZE (CONFIG_SYS_DCACHE_SIZE) -#endif .globl mips_cache_lock .ent mips_cache_lock mips_cache_lock: |