From: Vineet Gupta Date: Mon, 17 Jun 2013 09:03:15 +0000 (+0530) Subject: ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc81df244028e0d07c8723e3f7ebd1a35e848293;p=pandora-kernel.git 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 --- Reading git-diff-tree failed