Skip to content
Commit 9f8fcf38 authored by Chris Zankel's avatar Chris Zankel
Browse files

[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: default avatarChris Zankel <chris@zankel.net>
parent 67926257
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