summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/hugetlbpage.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-04riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti1-0/+44
This patch implements both 4MB huge page support for 32bit kernel and 2MB/1GB huge pages support for 64bit kernel. Signed-off-by: Alexandre Ghiti <alex@ghiti.fr> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>