Re: [PATCH] Documentation/features: Update the ARCH_HAS_TICK_BROADCAST entry

From: Jonathan Corbet
Date: Mon Jul 12 2021 - 12:05:26 EST


Ingo Molnar <mingo@xxxxxxxxxx> writes:

> Risc-V gained support recently.
>
> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
> ---
> Documentation/features/time/arch-tick-broadcast/arch-support.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/features/time/arch-tick-broadcast/arch-support.txt b/Documentation/features/time/arch-tick-broadcast/arch-support.txt
> index 8639fe8315f5..8dcaab070c7b 100644
> --- a/Documentation/features/time/arch-tick-broadcast/arch-support.txt
> +++ b/Documentation/features/time/arch-tick-broadcast/arch-support.txt
> @@ -22,7 +22,7 @@
> | openrisc: | TODO |
> | parisc: | TODO |
> | powerpc: | ok |
> - | riscv: | TODO |
> + | riscv: | ok |
> | s390: | TODO |
> | sh: | ok |
> | sparc: | TODO |

Applied, thanks.

jon