riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled
authorAlexandre Ghiti <alexghiti@rivosinc.com>
Wed, 17 Jan 2024 19:57:41 +0000 (20:57 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 1 Feb 2024 21:25:55 +0000 (13:25 -0800)
commita179a4bfb694f80f2709a1d0398469e787acb974
treef1e173585fcdeef6b99df4e793bf0358543f517c
parent1458eb2c9d88ad4b35eb6d6a4aa1d43d8fbf7f62
riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled

When NAPOT is enabled, a new hugepage size is available and then we need
to make hugetlb_mask_last_page() aware of that.

Fixes: 82a1a1f3bfb6 ("riscv: mm: support Svnapot in hugetlb page")
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20240117195741.1926459-3-alexghiti@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/mm/hugetlbpage.c