OSDN Git Service

powerpc/mm: Move hash and no hash code to separate files
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 29 Apr 2016 13:25:44 +0000 (23:25 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 1 May 2016 08:32:42 +0000 (18:32 +1000)
commiteee24b5aafe87f3591990528eae2ad22e2c1d50c
tree724368e072025f9f2957bf63923497a3bc05fd1a
parent50de596de8be6de75401a2190b90a822e8a1bab2
powerpc/mm: Move hash and no hash code to separate files

This patch reduces the number of #ifdefs in C code and will also help in
adding radix changes later. Only code movement in this patch.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
[mpe: Propagate copyrights and update GPL text]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/Makefile
arch/powerpc/mm/init_64.c
arch/powerpc/mm/pgtable-book3e.c [new file with mode: 0644]
arch/powerpc/mm/pgtable-hash64.c [new file with mode: 0644]
arch/powerpc/mm/pgtable_64.c