diff options
Diffstat (limited to 'cpu/mips/cache.S')
| -rw-r--r-- | cpu/mips/cache.S | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/cpu/mips/cache.S b/cpu/mips/cache.S index 01fbb2fe3..aad76e0af 100644 --- a/cpu/mips/cache.S +++ b/cpu/mips/cache.S @@ -250,10 +250,10 @@ dcache_disable:  * RETURNS: N/A  *  */ -#if defined(CONFIG_INCA_IP) -# define	CACHE_LOCK_SIZE	(CFG_DCACHE_SIZE) -#elif defined(CONFIG_PURPLE) +#if defined(CONFIG_PURPLE)  # define	CACHE_LOCK_SIZE	(CFG_DCACHE_SIZE/2) +#else +# define	CACHE_LOCK_SIZE	(CFG_DCACHE_SIZE)  #endif  	.globl	mips_cache_lock  	.ent	mips_cache_lock |