From 037c9d64d9796fa5e312c5f1e1297e1a3e6a4dde Mon Sep 17 00:00:00 2001 From: David Howells Date: Mon, 6 Jun 2011 15:47:05 +0100 Subject: [PATCH] --- yaml --- r: 253169 b: refs/heads/master c: 2e65d1f6eecc176ba1341541b5f41edd7eb4346a h: refs/heads/master i: 253167: 8099014dc6e40c733787e4bd5b810ac039f3e6b6 v: v3 --- [refs] | 2 +- trunk/arch/mn10300/mm/cache-dbg-flush-by-reg.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5e930a0b854b..7fc306b3d493 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aec040e29e804b40fa2934ec7a5be9f515f23098 +refs/heads/master: 2e65d1f6eecc176ba1341541b5f41edd7eb4346a diff --git a/trunk/arch/mn10300/mm/cache-dbg-flush-by-reg.S b/trunk/arch/mn10300/mm/cache-dbg-flush-by-reg.S index 665919f2ab62..a775ea5d7cee 100644 --- a/trunk/arch/mn10300/mm/cache-dbg-flush-by-reg.S +++ b/trunk/arch/mn10300/mm/cache-dbg-flush-by-reg.S @@ -120,14 +120,14 @@ debugger_local_cache_flushinv_one: # conditionally purge this line in all ways mov d1,(L1_CACHE_WAYDISP*0,a0) -debugger_local_cache_flushinv_no_dcache: +debugger_local_cache_flushinv_one_no_dcache: # # now try to flush the icache # mov CHCTR,a0 movhu (a0),d0 btst CHCTR_ICEN,d0 - beq mn10300_local_icache_inv_range_reg_end + beq debugger_local_cache_flushinv_one_end LOCAL_CLI_SAVE(d1)