git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e87974
)
ARC: Use enough bits for determining page's cache color
author
Vineet Gupta
<vgupta@synopsys.com>
Sun, 19 May 2013 08:36:44 +0000
(14:06 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Thu, 23 May 2013 08:55:09 +0000
(14:25 +0530)
The current code uses 2 bits for determining page's dcache color, thus
sorting pages into 4 bins, whereas the aliasing dcache really has 2 bins
(8k page, 64k dcache - 4 way-set-assoc).
This can cause extraneous flushes - e.g. color 0 and 2.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
No differences found