]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Implement basic TLB management routines for Hexagon.
authorRichard Kuo <rkuo@codeaurora.org>
Mon, 31 Oct 2011 23:52:00 +0000 (18:52 -0500)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 23:04:12 +0000 (10:04 +1100)
commit8c7aa186efb7b7ba95935be95f937eab40c987e5
treebae4916c461fe28f33893ee32e172c4ca36a6ae6
parent38b78967dc6f508b4c3c6f7c01fab1cbec9869d1
Hexagon: Implement basic TLB management routines for Hexagon.

Mostly all stubs, as the TLB is managed by the hypervisor.

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/hexagon/include/asm/tlb.h [new file with mode: 0644]
arch/hexagon/include/asm/tlbflush.h [new file with mode: 0644]
arch/hexagon/mm/vm_tlb.c [new file with mode: 0644]