summaryrefslogtreecommitdiffstats
path: root/Documentation/features
diff options
context:
space:
mode:
authorLiu Shixin <liushixin2@huawei.com>2022-10-12 14:00:37 +0200
committerPalmer Dabbelt <palmer@rivosinc.com>2022-10-29 02:10:01 +0200
commit310f541a027b1d5dc68f44f176cde618e6ee9691 (patch)
treef6c172cc923df0bbea5acaf6de24829448ce1bb2 /Documentation/features
parentriscv: fix styling in ucontext header (diff)
downloadlinux-310f541a027b1d5dc68f44f176cde618e6ee9691.tar.xz
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')
-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 |