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:
dfc40b2
)
ARM: cache: detect VIPT aliasing I-cache on ARMv6
author
Will Deacon
<will.deacon@arm.com>
Wed, 3 Aug 2011 11:37:04 +0000
(12:37 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Fri, 12 Aug 2011 14:41:15 +0000
(15:41 +0100)
The current cache detection code does not check for an aliasing
I-cache if the D-cache is found to be VIPT aliasing.
This patch fixes the problem by always checking for an aliasing
I-cache on v6 and later.
Signed-off-by: Will Deacon <will.deacon@arm.com>
No differences found