Commit 1839841c by Bob Wilson Committed by Bob Wilson

lib2funcs.S (__xtensa_sync_caches): Flush data cache even if it is configured to be write-through.

	* config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
	even if it is configured to be write-through.

From-SVN: r65429
parent e23795ea
2003-04-10 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
even if it is configured to be write-through.
2003-04-10 Ulrich Weigand <uweigand@de.ibm.com> 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (larl_operand): Do not allow symbols * config/s390/s390.c (larl_operand): Do not allow symbols
......
...@@ -159,7 +159,7 @@ __xtensa_nonlocal_goto: ...@@ -159,7 +159,7 @@ __xtensa_nonlocal_goto:
.type __xtensa_sync_caches,@function .type __xtensa_sync_caches,@function
__xtensa_sync_caches: __xtensa_sync_caches:
entry sp, 32 entry sp, 32
#if XCHAL_DCACHE_SIZE > 0 && XCHAL_DCACHE_IS_WRITEBACK #if XCHAL_DCACHE_SIZE > 0
# Flush the trampoline from the data cache # Flush the trampoline from the data cache
extui a4, a2, 0, XCHAL_DCACHE_LINEWIDTH extui a4, a2, 0, XCHAL_DCACHE_LINEWIDTH
addi a4, a4, TRAMPOLINE_SIZE addi a4, a4, TRAMPOLINE_SIZE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment