]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARC: [SMP] TLB flush
authorNoam Camus <noamc@ezchip.com>
Sat, 25 Aug 2012 02:52:23 +0000 (05:52 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 30 Jul 2013 08:57:35 +0000 (01:57 -0700)
commit19c945f7c245dd9be688dcd65c071f5b0fdc65d9
tree1d8f23f782ac6f9601f2d2c56987af7376c6f48c
parent64123d36a19e2ed3a509b03bb8d7e41ccf7fb884
ARC: [SMP] TLB flush

This is for cases we need to flush tlb's in several CPU's since a memory
structure may be held by several threads in the same time in different
CPU's.

Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/mmu_context.h
arch/arc/include/asm/tlbflush.h
arch/arc/mm/Makefile
arch/arc/mm/tlbflush.c [new file with mode: 0644]