Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style…
… MMU The cacheid_init() function assumes that if cpu_architecture() returns 7, the caches are VIPT_NONALIASING. The cpu_architecture() function returns the version of the supported MMU features (e.g. TEX remapping) but it doesn't make any assumptions about the cache type. The patch adds the checking of the Cache Type Register for the ARMv7 format. Signed-off-by: Catalin Marinas <[email protected]> Signed-off-by: Russell King <[email protected]>
- Loading branch information