Skip to content

Commit 7987448

Browse files
skitthansendc
authored andcommitted
x86/Kconfig: Specify idle=poll instead of no-hlt
Commit 27be457 ("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 <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent b90cb10 commit 7987448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,7 @@ menuconfig APM
25692569

25702570
1) make sure that you have enough swap space and that it is
25712571
enabled.
2572-
2) pass the "no-hlt" option to the kernel
2572+
2) pass the "idle=poll" option to the kernel
25732573
3) switch on floating point emulation in the kernel and pass
25742574
the "no387" option to the kernel
25752575
4) pass the "floppy=nodma" option to the kernel

0 commit comments

Comments
 (0)