linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: kernel-parameters: Add RISCV for nohlt
@ 2024-06-04 11:40 Jinjie Ruan
  2024-06-12 21:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Jinjie Ruan @ 2024-06-04 11:40 UTC (permalink / raw)
  To: corbet, paul.walmsley, palmer, aou, paulmck, jpoimboe, tglx,
	rdunlap, xiongwei.song, wangkefeng.wang, linux-doc, linux-kernel,
	linux-riscv
  Cc: ruanjinjie

Since commit bcf11b5e99b2 ("riscv: Enable idle generic idle loop") enable
idle generic idle loop for RISCV, but the document is not updated
synchronously, so update RISCV support for nohlt.

Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Fixes: bcf11b5e99b2 ("riscv: Enable idle generic idle loop")
---
 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index b600df82669d..821dafffa119 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3936,7 +3936,7 @@
 
 	nohibernate	[HIBERNATION] Disable hibernation and resume.
 
-	nohlt		[ARM,ARM64,MICROBLAZE,MIPS,PPC,SH] Forces the kernel to
+	nohlt		[ARM,ARM64,MICROBLAZE,MIPS,PPC,RISCV,SH] Forces the kernel to
 			busy wait in do_idle() and not use the arch_cpu_idle()
 			implementation; requires CONFIG_GENERIC_IDLE_POLL_SETUP
 			to be effective. This is useful on platforms where the
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kernel-parameters: Add RISCV for nohlt
  2024-06-04 11:40 [PATCH] Documentation: kernel-parameters: Add RISCV for nohlt Jinjie Ruan
@ 2024-06-12 21:32 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2024-06-12 21:32 UTC (permalink / raw)
  To: Jinjie Ruan, paul.walmsley, palmer, aou, paulmck, jpoimboe, tglx,
	rdunlap, xiongwei.song, wangkefeng.wang, linux-doc, linux-kernel,
	linux-riscv
  Cc: ruanjinjie

Jinjie Ruan <ruanjinjie@huawei.com> writes:

> Since commit bcf11b5e99b2 ("riscv: Enable idle generic idle loop") enable
> idle generic idle loop for RISCV, but the document is not updated
> synchronously, so update RISCV support for nohlt.
>
> Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
> Fixes: bcf11b5e99b2 ("riscv: Enable idle generic idle loop")
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-12 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 11:40 [PATCH] Documentation: kernel-parameters: Add RISCV for nohlt Jinjie Ruan
2024-06-12 21:32 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).