]> git.baikalelectronics.ru Git - 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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:32 +0000 (13:38 -0800)
commit503aa9398c388ac684a2d0d4909b67dab27f7dab
tree45981e5961794a8c3d59e6522c1edf35cf45c865
parent01fbf97a564c41ac1454f497c57bbfbd61b21cc3
mm/hugetlb: use helper huge_page_order and pages_per_huge_page

Since commit d7e0af6ef4d6 ("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>
mm/hugetlb.c