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

From: Jonathan Corbet
Date: Thu Aug 12 2021 - 10:55:09 EST


Jisheng Zhang <jszhang3@xxxxxxxxxxxxxxxx> writes:

> From: Jisheng Zhang <jszhang@xxxxxxxxxx>
>
> After commit e88b333142e4 ("riscv: mm: add THP support on 64-bit"),
> riscv can support THP.
>
> Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
> ---
> 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