Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: 6527/1: Use CTR instead of CCSIDR for the D-cache line size on A…
…RMv7 The current implementation of the dcache_line_size macro reads the L1 cache size from the CCSIDR register. This, however, is not guaranteed to be the smallest cache line in the cache hierarchy. The patch changes to the macro to use the more architecturally correct CTR register. Reported-by: Kevin Sapp <[email protected]> Signed-off-by: Catalin Marinas <[email protected]> Signed-off-by: Russell King <[email protected]>
- Loading branch information