Skip to content

Commit f7fb506

Browse files
kvaneeshtorvalds
authored andcommitted
powerpc/hugetlb: enable hugetlb migration for ppc64
Link: http://lkml.kernel.org/r/1494926612-23928-10-git-send-email-aneesh.kumar@linux.vnet.ibm.com Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Cc: Anshuman Khandual <khandual@linux.vnet.ibm.com> Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Mike Kravetz <kravetz@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 28c0571 commit f7fb506

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/powerpc/platforms/Kconfig.cputype

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@ config PPC_RADIX_MMU
350350
is only implemented by IBM Power9 CPUs, if you don't have one of them
351351
you can probably disable this.
352352

353+
config ARCH_ENABLE_HUGEPAGE_MIGRATION
354+
def_bool y
355+
depends on PPC_BOOK3S_64 && HUGETLB_PAGE && MIGRATION
356+
357+
353358
config PPC_MMU_NOHASH
354359
def_bool y
355360
depends on !PPC_STD_MMU

0 commit comments

Comments
 (0)