summaryrefslogtreecommitdiffstats
path: root/Documentation/features/vm
diff options
context:
space:
mode:
authorLiu Shixin <liushixin2@huawei.com>2022-10-12 20:00:37 +0800
committerPalmer Dabbelt <palmer@rivosinc.com>2022-10-28 17:10:01 -0700
commit310f541a027b1d5dc68f44f176cde618e6ee9691 (patch)
treef6c172cc923df0bbea5acaf6de24829448ce1bb2 /Documentation/features/vm
parent3558927fc2b2fd0af309648f4071035e08719866 (diff)
downloadlinux-310f541a027b1d5dc68f44f176cde618e6ee9691.tar.gz
linux-310f541a027b1d5dc68f44f176cde618e6ee9691.tar.bz2
linux-310f541a027b1d5dc68f44f176cde618e6ee9691.zip
riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
This sets the HAVE_ARCH_HUGE_VMAP option, and defines the required page table functions. With this feature, ioremap area will be mapped with huge page granularity according to its actual size. This feature can be disabled by kernel parameter "nohugeiomap". Signed-off-by: Liu Shixin <liushixin2@huawei.com> Reviewed-by: Björn Töpel <bjorn@kernel.org> Tested-by: Björn Töpel <bjorn@kernel.org> Link: https://lore.kernel.org/r/20221012120038.1034354-2-liushixin2@huawei.com [Palmer: minor formatting] Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'Documentation/features/vm')
-rw-r--r--Documentation/features/vm/huge-vmap/arch-support.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/features/vm/huge-vmap/arch-support.txt b/Documentation/features/vm/huge-vmap/arch-support.txt
index 13b4940e0c3a..7274a4b15bcc 100644
--- a/Documentation/features/vm/huge-vmap/arch-support.txt
+++ b/Documentation/features/vm/huge-vmap/arch-support.txt
@@ -21,7 +21,7 @@
| openrisc: | TODO |
| parisc: | TODO |
| powerpc: | ok |
- | riscv: | TODO |
+ | riscv: | ok |
| s390: | TODO |
| sh: | TODO |
| sparc: | TODO |