summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorStephen Kitt <steve@sk2.org>2022-07-13 19:08:40 +0300
committerDave Hansen <dave.hansen@linux.intel.com>2022-09-01 00:43:36 +0300
commit7987448ffc34f41590bae5b28cd23ca0b8c93291 (patch)
tree488aa1eb8009d18772784319edc6b0dd90f06cb6 /arch/x86/Kconfig
parentb90cb1053190353cc30f0fef0ef1f378ccc063c5 (diff)
downloadlinux-7987448ffc34f41590bae5b28cd23ca0b8c93291.tar.xz
x86/Kconfig: Specify idle=poll instead of no-hlt
Commit 27be45700021 ("x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag") removed no-hlt, but CONFIG_APM still refers to it. Suggest "idle=poll" instead, based on the commit message: > If a user wants to avoid HLT, then "idle=poll" > is much more useful, as it avoids invocation of HLT > in idle, while "no-hlt" failed to do so. Signed-off-by: Stephen Kitt <steve@sk2.org> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lkml.kernel.org/r/20220713160840.1577569-1-steve@sk2.org
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f9920f1341c8..83b163a7d870 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2569,7 +2569,7 @@ menuconfig APM
1) make sure that you have enough swap space and that it is
enabled.
- 2) pass the "no-hlt" option to the kernel
+ 2) pass the "idle=poll" option to the kernel
3) switch on floating point emulation in the kernel and pass
the "no387" option to the kernel
4) pass the "floppy=nodma" option to the kernel