powerpc/mm: Remove the dependency on pte bit position in asm code
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 1 Dec 2015 03:36:44 +0000 (09:06 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Dec 2015 04:19:10 +0000 (15:19 +1100)
commit106713a14590cd7b223db000f4f47f7d1d898153
treef9dfce8973fdef0925a02b8dc8c3273b8e887049
parent91f1da99792a1d133df94c4753510305353064a1
powerpc/mm: Remove the dependency on pte bit position in asm code

We should not expect pte bit position in asm code. Simply
by moving part of that to C

Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/mm/hash_utils_64.c