diff options
| author | Jinjie Ruan <ruanjinjie@huawei.com> | 2024-06-04 14:40:05 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2024-06-13 00:32:06 +0300 |
| commit | 99a021edde0287d04afc0de6a72d7f8fbfcecdd0 (patch) | |
| tree | aed8d03bf7c2c2ab5a24a02ecf87e81be844e51c | |
| parent | 50c0fa7f98c61bd270d6beec637b567ad3096622 (diff) | |
| download | linux-99a021edde0287d04afc0de6a72d7f8fbfcecdd0.tar.xz | |
Documentation: kernel-parameters: Add RISCV for nohlt
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
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 500cfa776225..797ba942786c 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3914,7 +3914,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 |
