commit | e1d4951593426c886c1856211bc6ca81ed7c435d | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Mar 12 00:31:34 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 15:28:51 2013 +0100 |
tree | 3657e494a3da2469e77d48ef01f0c33d7375e9ce | |
parent | 9986ed1ed07a01bdd236524b1a5cee695e68954a [diff] |
mmu-hash32: Split BAT size logic from permissions logic hash32_bat_size_prot() and its 601 variant, as the name suggests, returns both a BAT's size - needed to search for a matching BAT - and its permissions, only relevant once a matching BAT has been located. There's no particular advantage to combining these, so we split these roles into seperate functions for clarity. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>