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:
eacd0e9
)
ARC: [mm] serious bug in vaddr based icache flush
author
Vineet Gupta
<vgupta@synopsys.com>
Thu, 9 May 2013 08:15:12 +0000
(13:45 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Thu, 9 May 2013 08:15:12 +0000
(13:45 +0530)
vaddr used to index the cache was clipped from the wrong end, and thus
would potentially fail to flush the correct lines.
The problem was dorment for so long because up until the recent
optimizations it was only used for ptrace break-point only flushes.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
No differences found