Re: [PATCH V5 26/31] powerpc/mm: Remove the dependency on pte bit position in asm code

2015-11-26 Thread Anshuman Khandual
On 11/23/2015 03:52 PM, Aneesh Kumar K.V wrote: > We should not expect pte bit position in asm code. Simply > by moving part of that to C There is a full stop missing in the second sentence. The commit message here does not tell about why we would want to process the page access flags or other PTE

[PATCH V5 26/31] powerpc/mm: Remove the dependency on pte bit position in asm code

2015-11-23 Thread Aneesh Kumar K.V
We should not expect pte bit position in asm code. Simply by moving part of that to C Acked-by: Scott Wood Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/kernel/exceptions-64s.S | 16 +++- arch/powerpc/mm/hash_utils_64.c | 29 + 2 files changed, 32