ta name='robots' content='noindex, nofollow'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
option value='40'>40
space:
mode:
authorWill Deacon <will.deacon@arm.com>2014-05-02 16:24:15 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2014-05-09 17:21:24 +0100
commitdc60b777fcdddbadab111028e266fd69d4702b34 (patch)
treed839ce1021b5f64b2925d8f20230cb9564f3e11e /arch/arm64/mm/proc.S
parentee9e101c11478680d579bd20bb38a4d3e2514fe3 (diff)
arm64: mm: use inner-shareable barriers for inner-shareable maintenance
In order to ensure ordering and completion of inner-shareable maintenance instructions (cache and TLB) on AArch64, we can use the -ish suffix to the dmb and dsb instructions respectively. This patch updates our low-level cache and tlb maintenance routines to use the inner-shareable barrier variants where appropriate. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/mm/proc.S')