From: Alexandre Ghiti Date: Wed, 19 Feb 2020 06:59:53 +0000 (-0500) Subject: documentation: vm: Advertise support for pte_special in riscv X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=874ddbce487f077c46957e44e4115b3d82f62c92;p=linux.git documentation: vm: Advertise support for pte_special in riscv Risc-V architecture has actually supported pte_special since its merge upstream, simply add this info to the documentation. Signed-off-by: Alexandre Ghiti Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt index 2dc5df6a1cf5a..3d492a34c8ee3 100644 --- a/Documentation/features/vm/pte_special/arch-support.txt +++ b/Documentation/features/vm/pte_special/arch-support.txt @@ -23,7 +23,7 @@ | openrisc: | TODO | | parisc: | TODO | | powerpc: | ok | - | riscv: | TODO | + | riscv: | ok | | s390: | ok | | sh: | ok | | sparc: | ok |