]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mm/hugetlb: use helper huge_page_order and pages_per_huge_page
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 24 Feb 2021 20:07:01 +0000 (12:07 -0800)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 13 Aug 2021 07:31:36 +0000 (09:31 +0200)
commit88dbc6df519430558538774d7d123c5c65456131
tree57af17b2ddae130e5ff61b2dfbc4fd6d5e5f733d
parent857630895afc80672f2fb1321d180e0355c1804d
mm/hugetlb: use helper huge_page_order and pages_per_huge_page

BugLink: https://bugs.launchpad.net/bugs/1938340
[ Upstream commit c78a7f3639932c48b4e1d329fc80fd26aa1a2fa3 ]

Since commit a5516438959d ("hugetlb: modular state for hugetlb page
size"), we can use huge_page_order to access hstate->order and
pages_per_huge_page to fetch the pages per huge page.  But
gather_bootmem_prealloc() forgot to use it.

Link: https://lkml.kernel.org/r/20210114114435.40075-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
mm/hugetlb.c