commit | 9f8fcf38e8928cccf8c7b32668d146e457f2ccf2 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Fri Jan 18 16:15:29 2008 -0800 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 17:43:26 2008 -0800 |
tree | b29696373225a93876e7b5ec64bcd51bbf75ee98 | |
parent | 679262578ba975037901556b2ddc6b17a77cf671 [diff] |
[XTENSA] Fix cache flush macro for D$/I$ aliasing/non-aliasing For configurations that have aliasing in the data cache but not in the instruction cache, we don't need to flush the instruction cache. Thus, we didn't define the macros to flush the instruction cache. Some cache-flush functions, howerver, were using those macros. Signed-off-by: Chris Zankel <chris@zankel.net>