mirror of
https://github.com/drasko/codezero.git
synced 2026-07-13 02:44:13 +02:00
Clean dcache CP0 instruction is corrected. Possibly it was caused by a typo.
This commit is contained in:
@@ -105,7 +105,7 @@ BEGIN_PROC(arm_invalidate_dcache)
|
|||||||
END_PROC(arm_invalidate_dcache)
|
END_PROC(arm_invalidate_dcache)
|
||||||
|
|
||||||
BEGIN_PROC(arm_clean_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
|
bne arm_clean_dcache
|
||||||
mcr p15, 0, ip, c7, c10, 4 @ Drain WB
|
mcr p15, 0, ip, c7, c10, 4 @ Drain WB
|
||||||
mov pc, lr
|
mov pc, lr
|
||||||
|
|||||||
Reference in New Issue
Block a user