2021-08-04 19:51:20

by Jisheng Zhang

[permalink] [raw]
Subject: [PATCH] Documentation/features/vm: riscv supports THP now

From: Jisheng Zhang <[email protected]>

After commit e88b333142e4 ("riscv: mm: add THP support on 64-bit"),
riscv can support THP.

Signed-off-by: Jisheng Zhang <[email protected]>
---
Documentation/features/vm/THP/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/features/vm/THP/arch-support.txt b/Documentation/features/vm/THP/arch-support.txt
index e8238cb2a4da..7dbd6967b37e 100644
--- a/Documentation/features/vm/THP/arch-support.txt
+++ b/Documentation/features/vm/THP/arch-support.txt
@@ -22,7 +22,7 @@
| openrisc: | .. |
| parisc: | TODO |
| powerpc: | ok |
- | riscv: | TODO |
+ | riscv: | ok |
| s390: | ok |
| sh: | .. |
| sparc: | ok |
--
2.32.0



2021-08-12 17:02:24

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation/features/vm: riscv supports THP now

Jisheng Zhang <[email protected]> writes:

> From: Jisheng Zhang <[email protected]>
>
> After commit e88b333142e4 ("riscv: mm: add THP support on 64-bit"),
> riscv can support THP.
>
> Signed-off-by: Jisheng Zhang <[email protected]>
> ---
> Documentation/features/vm/THP/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/features/vm/THP/arch-support.txt b/Documentation/features/vm/THP/arch-support.txt
> index e8238cb2a4da..7dbd6967b37e 100644
> --- a/Documentation/features/vm/THP/arch-support.txt
> +++ b/Documentation/features/vm/THP/arch-support.txt
> @@ -22,7 +22,7 @@
> | openrisc: | .. |
> | parisc: | TODO |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | ok |
> | sh: | .. |
> | sparc: | ok |

Applied, thanks.

jon