commit | 95d6976d20a25fa1684f849f26cd3387b5ba7150 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Fri Jan 18 15:12:19 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Feb 15 23:15:50 2013 +0530 |
tree | f3cd6472578c66dafdc13a791c4ca5d100a9d45c | |
parent | 55bb9480f9159b229ac3c3454c97b62d1e0a7e80 [diff] |
ARC: Cache Flush Management * ARC700 has VIPT L1 Caches * Caches don't snoop and are not coherent * Given the PAGE_SIZE and Cache associativity, we don't support aliasing D$ configurations (yet), but do allow aliasing I$ configs Signed-off-by: Vineet Gupta <vgupta@synopsys.com>