Message ID | 20210805002739.23f44d2d@xhacker (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation/features/vm: riscv supports THP now | expand |
Jisheng Zhang <jszhang3@mail.ustc.edu.cn> writes: > From: Jisheng Zhang <jszhang@kernel.org> > > After commit e88b333142e4 ("riscv: mm: add THP support on 64-bit"), > riscv can support THP. > > Signed-off-by: Jisheng Zhang <jszhang@kernel.org> > --- > 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
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 |