commit | 7f3bdc2d8e17999a26ac0f6649caef92fedfc1c0 | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Mar 12 00:31:30 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 15:28:50 2013 +0100 |
tree | 80ea298448a08389919c1e174d8f5eef2cea7506 | |
parent | a1ff751abda89006f167b14fa4bfc5b59e4980f0 [diff] |
mmu-hash*: Remove permission checking from find_pte{32, 64}() find_pte{32,64}() are poorly named, since they both find a PTE and do permissions checking of it. This patch makes them only locate a matching PTE, moving the permission checking and other logic to the caller. We rename the resulting search functions ppc_hash{32,64}_htab_lookup(). Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>