Re: [PATCH v2 5/5] powerpc/64s: mm_context.addr_limit is only used on hash

2017-11-12 Thread Aneesh Kumar K.V
Nicholas Piggin writes: > Radix keeps no meaningful state in addr_limit, so remove it from > radix code and rename to slb_addr_limit to make it clear it applies > to hash only. > Reviewed-by: Aneesh Kumar K.V > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/include/asm/book3s/64/mmu-has

[PATCH v2 5/5] powerpc/64s: mm_context.addr_limit is only used on hash

2017-11-09 Thread Nicholas Piggin
Radix keeps no meaningful state in addr_limit, so remove it from radix code and rename to slb_addr_limit to make it clear it applies to hash only. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/book3s/64/mmu-hash.h | 2 +- arch/powerpc/include/asm/book3s/64/mmu.h | 2 +- arch