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
This commit is contained in:
Bob Wilson 2003-04-10 16:57:58 +00:00 committed by Bob Wilson
parent e23795ea60
commit 1839841c90
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* config/s390/s390.c (larl_operand): Do not allow symbols

View File

@ -159,7 +159,7 @@ __xtensa_nonlocal_goto:
.type __xtensa_sync_caches,@function
__xtensa_sync_caches:
entry sp, 32
#if XCHAL_DCACHE_SIZE > 0 && XCHAL_DCACHE_IS_WRITEBACK
#if XCHAL_DCACHE_SIZE > 0
# Flush the trampoline from the data cache
extui a4, a2, 0, XCHAL_DCACHE_LINEWIDTH
addi a4, a4, TRAMPOLINE_SIZE