mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:40:55 +08:00
lib2funcs.S (__xtensa_sync_caches): Use an ISYNC even if there is no i-cache.
2007-09-07 Sterling Augustine <sterling@tensilica.com> * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Use an ISYNC even if there is no i-cache. From-SVN: r128256
This commit is contained in:
parent
12187c13b9
commit
9502767b88
@ -1,3 +1,8 @@
|
||||
2007-09-07 Sterling Augustine <sterling@tensilica.com>
|
||||
|
||||
* config/xtensa/lib2funcs.S (__xtensa_sync_caches): Use an ISYNC even
|
||||
if there is no i-cache.
|
||||
|
||||
2007-09-07 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
Reapply
|
||||
|
@ -184,7 +184,7 @@ __xtensa_sync_caches:
|
||||
addi a2, a2, (1 << XCHAL_ICACHE_LINEWIDTH)
|
||||
addi a4, a4, -1
|
||||
bnez a4, .Licache_loop
|
||||
isync
|
||||
#endif
|
||||
isync
|
||||
retw
|
||||
.size __xtensa_sync_caches, .-__xtensa_sync_caches
|
||||
|
Loading…
x
Reference in New Issue
Block a user