linux-stable/arch/arc/mm
Vineet Gupta dc81df2440 ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT
LOAD_FAULT_PTE macro is expected to set r2 with faulting vaddr.
However in case of CONFIG_ARC_DBG_TLB_MISS_COUNT, it was getting
clobbered with statistics collection code.

Fix latter by using a different register.

Note that only I-TLB Miss handler was potentially affected.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-06-27 14:37:57 +05:30
..
cache_arc700.c ARC: [mm] Assume pagecache page dirty by default 2013-06-22 19:23:19 +05:30
dma.c ARC: I/O and DMA Mappings 2013-02-15 23:15:54 +05:30
extable.c ARC: Fix coding style issues 2013-04-09 12:21:14 +05:30
fault.c ARC: Remove explicit passing around of ECR 2013-06-26 15:30:50 +05:30
init.c ARC port updates for Linux 3.10 (part 1) 2013-05-09 14:36:27 -07:00
ioremap.c ARC: Use <linux/*> headers instead of <asm/*> 2013-04-09 12:21:14 +05:30
Makefile ARC: [mm] Aliasing VIPT dcache support 4/4 2013-05-09 22:00:57 +05:30
mmap.c ARC: [mm] Aliasing VIPT dcache support 4/4 2013-05-09 22:00:57 +05:30
tlb.c ARC: [mm] Assume pagecache page dirty by default 2013-06-22 19:23:19 +05:30
tlbex.S ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT 2013-06-27 14:37:57 +05:30