From: David S. Miller Date: Mon, 21 Apr 2014 01:55:01 +0000 (-0400) Subject: sparc64: Fix executable bit testing in set_pmd_at() paths. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~211^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b1e94fa439a3227beefad58c28c17f68287a8e9;p=pandora-kernel.git sparc64: Fix executable bit testing in set_pmd_at() paths. This code was mistakenly using the exec bit from the PMD in all cases, even when the PMD isn't a huge PMD. If it's not a huge PMD, test the exec bit in the individual ptes down in tlb_batch_pmd_scan(). Signed-off-by: David S. Miller --- Reading git-diff-tree failed