commit | 5b1e94fa439a3227beefad58c28c17f68287a8e9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 20 21:55:01 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat May 03 22:30:36 2014 -0700 |
tree | 1629696567bab71bd929bd764b2ffc69a916c20a | |
parent | 16ce8a30e6102d7aabd4e4518d255f330290fa3f [diff] |
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 <davem@davemloft.net>