aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/cacheinfo.c
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2015-01-08 17:07:47 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2015-01-13 22:50:47 +0000
commit26a945caf381225c9a1e68f14826a884c08ea9cb (patch)
treee8202e932270cd5149d3a18c9b4d41d874333866 /arch/arm64/kernel/cacheinfo.c
parentMerge tag 'for-3.20' of http://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream (diff)
downloadlinux-dev-26a945caf381225c9a1e68f14826a884c08ea9cb.tar.xz
linux-dev-26a945caf381225c9a1e68f14826a884c08ea9cb.zip
arm64: remove broken cachepolicy code
The cachepolicy kernel parameter was intended to aid in the debugging of coherency issues, but it is fundamentally broken for several reasons: * On SMP platforms, only the boot CPU's tcr_el1 is altered. Secondary CPUs may therefore use differ w.r.t. the attributes they apply to MT_NORMAL memory, resulting in a loss of coherency. * The cache maintenance using flush_dcache_all (based on Set/Way operations) is not guaranteed to empty a given CPU's cache hierarchy while said CPU has caches enabled, it cannot empty the caches of other coherent PEs, nor is it guaranteed to flush data to the PoC even when caches are disabled. * The TLBs are not invalidated around the modification of MAIR_EL1 and TCR_EL1, as required by the architecture (as both are permitted to be cached in a TLB). This may result in CPUs using attributes other than those expected for some memory accesses, resulting in a loss of coherency. * Exclusive accesses are not architecturally guaranteed to function as expected on memory marked as Write-Through or Non-Cacheable. Thus changing the attributes of MT_NORMAL away from the (architecurally safe) defaults may cause uses of these instructions (e.g. atomics) to behave erratically. Given this, the cachepolicy code cannot be used for debugging purposes as it alone is likely to cause coherency issues. This patch removes the broken cachepolicy code. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel/cacheinfo.c')
0 files changed, 0 insertions, 0 deletions