]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Implement basic TLB management routines for Hexagon.
authorRichard Kuo <rkuo@codeaurora.org>
Wed, 14 Sep 2011 00:50:34 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:34 +0000 (10:50 +1000)
commita654e65f5b9638b922992e38061176dab3caeb8d
tree9570cdec196d9e9697202dcc4e4c0ef06e179463
parent1cc71b8d41ccc954b0213a4fb33ec752b5f30f45
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]