From b2a2340594415c656a6f7b6645dd0d959dd7fbc0 Mon Sep 17 00:00:00 2001 From: Bora Sahin Date: Tue, 17 Nov 2009 20:44:42 +0200 Subject: [PATCH] Clean dcache CP0 instruction is corrected. Possibly it was caused by a typo. --- src/arch/arm/v5/mmu_ops.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/arm/v5/mmu_ops.S b/src/arch/arm/v5/mmu_ops.S index eb6d9da..ceda880 100644 --- a/src/arch/arm/v5/mmu_ops.S +++ b/src/arch/arm/v5/mmu_ops.S @@ -105,7 +105,7 @@ BEGIN_PROC(arm_invalidate_dcache) END_PROC(arm_invalidate_dcache) BEGIN_PROC(arm_clean_dcache) - mcr p15, 0 , pc, c7, c10, 3 @ Test/clean dcache line + mrc p15, 0 , pc, c7, c10, 3 @ Test/clean dcache line bne arm_clean_dcache mcr p15, 0, ip, c7, c10, 4 @ Drain WB mov pc, lr