From 0a5d68bb279164b7ec023203dc9f0d6a59fc17f1 Mon Sep 17 00:00:00 2001 From: Liu Shixin Date: Thu, 28 Jul 2022 18:06:51 +0800 Subject: [PATCH] Revert "arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB" hulk inclusion category: feature bugzilla: 187198, https://gitee.com/openeuler/kernel/issues/I5GVFO -------------------------------- There is a formal solution to support hugetlb vmemmap feature on arm64. This reverts commit 5838d235a395e221968e1f024bfaf8650278a522. Signed-off-by: Liu Shixin Reviewed-by: Kefeng Wang Signed-off-by: Zheng Zengkai --- fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/Kconfig b/fs/Kconfig index 6e723c90a506..37a8895a3254 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -239,7 +239,7 @@ config HUGETLB_PAGE config HUGETLB_PAGE_FREE_VMEMMAP def_bool HUGETLB_PAGE - depends on X86_64 || ARM64 + depends on X86_64 depends on SPARSEMEM_VMEMMAP config HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON -- GitLab