diff options
Diffstat (limited to 'cpu/mpc86xx/cache.S')
| -rw-r--r-- | cpu/mpc86xx/cache.S | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc86xx/cache.S b/cpu/mpc86xx/cache.S index f316b3ec1..2e4ea0239 100644 --- a/cpu/mpc86xx/cache.S +++ b/cpu/mpc86xx/cache.S @@ -338,7 +338,7 @@ _GLOBAL(l2cache_invalidate)  invl2:  	mfspr	r3, l2cr -	andi.	r3, r3, L2CR_L2I@h +	andis.	r3, r3, L2CR_L2I@h  	bne	invl2  	blr  |