]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: TLB maintenance functionality
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 5 Mar 2012 11:49:28 +0000 (11:49 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 7 Sep 2012 15:14:31 +0000 (16:14 +0100)
commitd0b9ffb333178ae41911dafefa316230404e8b96
tree68a69ecfdce95c736e78b72132f1a5144f74c0ae
parentd43927ec2bb704283cd1586d9d39abb32b187d43
arm64: TLB maintenance functionality

This patch adds the TLB maintenance functions. There is no distinction
made between the I and D TLBs. TLB maintenance operations are
automatically broadcast between CPUs in hardware. The inner-shareable
operations are always present, even on UP systems.

NOTE: Large part of this patch to be dropped once Peter Z's generic
mmu_gather patches are merged.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm64/include/asm/tlb.h [new file with mode: 0644]
arch/arm64/include/asm/tlbflush.h [new file with mode: 0644]
arch/arm64/mm/tlb.S [new file with mode: 0644]