]> 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 18:19:10 +0000 (13:19 -0500)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 17 Sep 2011 04:11:32 +0000 (14:11 +1000)
commit7268380c08d4e3345bd25b4201aea8aa3c12bb20
tree6eb879b1f2a42c6f4cc874b63928e7258e97eec8
parent6381befc84f6516c21fa950cd2a0d47ff6aea4c9
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]