commit | bb218042c8b4e4bbcf2ab3c8d961d78876178831 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Mar 12 00:31:26 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 15:28:49 2013 +0100 |
tree | 6b8af7b268ae707e843a36ee6564f2a35f69bea9 | |
parent | 723ed73ada1ed66a67722f3051059f634d60ebf7 [diff] |
mmu-hash*: Cleanup segment-level NX check On the ppc hash mmus, no-execute can be set at the segment level (on more recent 64-bit hash mmus it can also be set at the page level). This patch separates out this check to make it clearer what is going on, and avoiding excessive indentation of the remaining translation code. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>