Hexagon: Implement basic TLB management routines for Hexagon.
authorRichard Kuo <rkuo@codeaurora.org>
Mon, 31 Oct 2011 23:52:00 +0000 (18:52 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Nov 2011 14:34:20 +0000 (07:34 -0700)
commit5df87c1556515dfae504da342990821f407a8c99
tree9cd922340f301d0ab18cf3280b5c1c9f2df5e4cb
parent2d3cbc780437ae4e81f09d0efdd6769852bce5f5
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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]