powerpc/mm: split asm/hugetlb.h into dedicated subarch files
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 26 Apr 2019 05:59:44 +0000 (05:59 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:23 +0000 (01:20 +1000)
commit8197af22be01e7c9ab476138652e0dc8cd22a207
treeec0a615f31e2b2ded8beb9c65fec9077d589147c
parent0001e5aa5c028c11570f2e641f0198287f4808ba
powerpc/mm: split asm/hugetlb.h into dedicated subarch files

Three subarches support hugepages:
  - fsl book3e
  - book3s/64
  - 8xx

This patch splits asm/hugetlb.h to reduce the #ifdef mess.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/hugetlb.h
arch/powerpc/include/asm/hugetlb.h
arch/powerpc/include/asm/nohash/32/hugetlb-8xx.h [new file with mode: 0644]
arch/powerpc/include/asm/nohash/hugetlb-book3e.h [new file with mode: 0644]