diff options
author | Will Deacon <will.deacon@arm.com> | 2013-05-13 13:01:12 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-08-12 13:25:45 +0200 |
commit | 6abdd491698a27f7df04a32ca12cc453810e4396 (patch) | |
tree | 34f4aa721441439634e721fe0eeba614b076a889 /fs | |
parent | ARM: tlb: reduce scope of barrier domains for TLB invalidation (diff) | |
download | linux-6abdd491698a27f7df04a32ca12cc453810e4396.tar.xz linux-6abdd491698a27f7df04a32ca12cc453810e4396.zip |
ARM: mm: use inner-shareable barriers for TLB and user cache operations
System-wide barriers aren't required for situations where we only need
to make visibility and ordering guarantees in the inner-shareable domain
(i.e. we are not dealing with devices or potentially incoherent CPUs).
This patch changes the v7 TLB operations, coherent_user_range and
dcache_clean_area functions to user inner-shareable barriers. For cache
maintenance, only the store access type is required to ensure completion.
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions