]> 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>
Wed, 5 Sep 2012 15:34:14 +0000 (16:34 +0100)
commit80d7983d9bebc304fd4c8e05f6af3094c2005b35
treeeb660234837c79fd15fd74a9cd122c8f9e1cfb5d
parent0219e63a078bfc543cd0f10923b4113dcf7e55e9
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]