On Tue, 2016-07-05 at 12:33 +1000, David Gibson wrote: > Here are 3 fixes and cleanups to the path to look up hashed PTEs and > decode their page size. This series is functionally equivalent to > BenH's earlier posted "ppc/hash64: Various fixes in PTE search in the > hash" but split up for clarity and with some unnnecessary renames > removed. > > David Gibson (3): > target-ppc: Correct page size decoding in ppc_hash64_pteg_search() > target-ppc: Simplify HPTE matching > target-ppc: Return page shift from PTEG search
All 3: Reviewed-by: Benjamin Herrenschmidt <b...@kernel.crashing.org> > target-ppc/mmu-hash64.c | 133 ++++++++++++++++++------------------ > ------------ > target-ppc/mmu-hash64.h | 2 +- > 2 files changed, 51 insertions(+), 84 deletions(-) >