OSDN Git Service

mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit
authorMuchun Song <songmuchun@bytedance.com>
Thu, 23 Feb 2023 06:59:47 +0000 (14:59 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 28 Mar 2023 23:20:06 +0000 (16:20 -0700)
commit12318566c5507a5ff4507d5bc5fe45895ffb0e05
tree001ee3b23ceeeedabf889e69a6df794de0fccdad
parentbdd034de3a28ffdacab528aebad17f1df968180c
mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bit

The check of IS_ENABLED(CONFIG_PROC_SYSCTL) is unnecessary since
register_sysctl_init() will be empty in this case.  So, there is no
warnings after removing the check.

Link: https://lkml.kernel.org/r/20230223065947.64134-1-songmuchun@bytedance.com
Signed-off-by: Muchun Song <songmuchun@bytedance.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/hugetlb_vmemmap.c