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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2024 18:10:53 +0000 (19:10 +0100)
commitd0d1f9a9b93783db25a64521d1c6613e827d3ffe
tree538eabc970fa8d7a20d1c5544cbf294c1c6bd98f
parent21dba4e4f071d038b7495da26fd1e9d96c9367ac
riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled

[ Upstream commit a179a4bfb694f80f2709a1d0398469e787acb974 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/riscv/mm/hugetlbpage.c