commit | 6a9801106ed90b8817128e15b187a9d5f71a54d9 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Mar 12 00:31:32 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 15:28:51 2013 +0100 |
tree | aaecff34ed37b26817f9cd863f9196bcbc138ea9 | |
parent | 181488987671841407c52b6f958650f68b66f3f4 [diff] |
mmu-hash*: Fold pte_check*() logic into caller With previous cleanups made, the 32-bit and 64-bit pte_check*() functions are pretty trivial and only have one call site. This patch therefore clarifies the overall code flow by folding those functions into their call site. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>