]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Documentation: kernel-parameters: Add RISCV for nohlt
authorJinjie Ruan <ruanjinjie@huawei.com>
Tue, 4 Jun 2024 11:40:05 +0000 (19:40 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 12 Jun 2024 21:32:06 +0000 (15:32 -0600)
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")
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240604114005.875609-1-ruanjinjie@huawei.com
Documentation/admin-guide/kernel-parameters.txt

index 500cfa7762257cafc3bef374935759e1c7d9984c..797ba942786cff277905879cff5f0915fe400c3d 100644 (file)
 
        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