]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Implement basic TLB management routines for Hexagon.
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:38:02 +0000 (10:38 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:38:02 +0000 (10:38 +1000)
commit444acbca297e787ac74ec59c802ebf09f77bd203
tree17409d0f964ac1921c7e95ca2b80dd3d2c7b565e
parent707f461c3c061490c98bc2860a600c8b3ae7a35e
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]