From: Vineet Gupta Date: Mon, 17 Jun 2013 06:05:15 +0000 (+0530) Subject: ARC: [tlb-miss] Extraneous PTE bit testing/setting X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~38^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e757a77cab461d11cd3e365d700e8c8fb3fae0;p=pandora-kernel.git ARC: [tlb-miss] Extraneous PTE bit testing/setting * No need to check for READ access in I-TLB Miss handler * Redundant PAGE_PRESENT update in PTE Post TLB entry installation, in updating PTE for software accessed/dity bits, no need to update PAGE_PRESENT since it will already be set. Infact the entry won't have installed if !PAGE_PRESENT. Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed