Skip to content

Commit 4a03a05

Browse files
Anshuman Khandualtorvalds
authored andcommitted
arm64/mm: enable HugeTLB migration
Let arm64 subscribe to generic HugeTLB page migration framework. Right now this only works on the following PMD and PUD level HugeTLB page sizes with various kernel base page size combinations. CONT PTE PMD CONT PMD PUD -------- --- -------- --- 4K: NA 2M NA 1G 16K: NA 32M NA 64K: NA 512M NA Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Anshuman Khandual <[email protected]> Reviewed-by: Naoya Horiguchi <[email protected]> Reviewed-by: Steve Capper <[email protected]> Acked-by: Catalin Marinas <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent e693de1 commit 4a03a05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,10 @@ config SYSVIPC_COMPAT
14671467
def_bool y
14681468
depends on COMPAT && SYSVIPC
14691469

1470+
config ARCH_ENABLE_HUGEPAGE_MIGRATION
1471+
def_bool y
1472+
depends on HUGETLB_PAGE && MIGRATION
1473+
14701474
menu "Power management options"
14711475

14721476
source "kernel/power/Kconfig"

0 commit comments

Comments
 (0)