commit | 72dc53acd50db066a5a5ebe1f39fae73d7e62aa8 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Aug 03 12:37:04 2011 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Aug 12 15:41:15 2011 +0100 |
tree | cbdc3bdbd0802992d6f4db26ffa4a5a61354226d | |
parent | dfc40b24c0a37593724f3317cd485c73ee878c18 [diff] |
ARM: cache: detect VIPT aliasing I-cache on ARMv6 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>