]> git.baikalelectronics.ru Git - kernel.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>
Mon, 17 Sep 2012 12:42:01 +0000 (13:42 +0100)
commit802db06dcb0b8d04e6bf1bf031b3e997927432ef
tree57c77acf3022a83a39121aafdaf3fa60f482b69d
parent74ed4e815bf50d06e3033cbab083b4917898b40a
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>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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]