commit | b344074642e58fc83635c38105f38b85fc086666 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Mar 12 00:31:42 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 15:28:52 2013 +0100 |
tree | b337d95844b19839e37d7dba706657e92731b2e3 | |
parent | 57d0a39d98b0d0e4712e736084667bcb5aed3474 [diff] |
mmu-hash*: Clean up PTE flags update Currently the ppc_hash{32,64}_pte_update_flags() helper functions update a PTE's referenced and changed bits as necessary to reflect the access. It is somewhat long winded, though. This patch open codes them in their (single) callers, in a simpler way. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>