diff mbox series

documentation: vm: Advertise support for pte_special in riscv

Message ID 20200219065953.27350-1-alex@ghiti.fr (mailing list archive)
State New, archived
Headers show
Series documentation: vm: Advertise support for pte_special in riscv | expand

Commit Message

Alexandre Ghiti Feb. 19, 2020, 6:59 a.m. UTC
Risc-V architecture has actually supported pte_special since its merge
upstream, simply add this info to the documentation.

Signed-off-by: Alexandre Ghiti <alex@ghiti.fr>
---
 Documentation/features/vm/pte_special/arch-support.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Corbet Feb. 19, 2020, 9:41 a.m. UTC | #1
On Wed, 19 Feb 2020 01:59:53 -0500
Alexandre Ghiti <alex@ghiti.fr> wrote:

> Risc-V architecture has actually supported pte_special since its merge
> upstream, simply add this info to the documentation.
> 
> Signed-off-by: Alexandre Ghiti <alex@ghiti.fr>
> ---
>  Documentation/features/vm/pte_special/arch-support.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt
> index 2dc5df6a1cf5..3d492a34c8ee 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  |

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt
index 2dc5df6a1cf5..3d492a34c8ee 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  |