summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-10-04 10:00:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-10-04 10:00:27 -0700
commit901735e51e4dea1eee816b0b57d1d6abbd94b3d5 (patch)
tree3eb9c57b48599d16a2ba131c30946b72d19a3364 /arch/x86/Kconfig
parentbb1f11546eb3cd1e2b8ea45653eb0f530e42b035 (diff)
parent5258b80e60da6d8908ae2846b234ed8d9d9d4a19 (diff)
downloadlinux-901735e51e4dea1eee816b0b57d1d6abbd94b3d5.tar.bz2
Merge tag 'x86_misc_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull misc x86 fixes from Borislav Petkov: - Drop misleading "RIP" from the opcodes dumping message - Correct APM entry's Konfig help text * tag 'x86_misc_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/dumpstack: Don't mention RIP in "Code: " x86/Kconfig: Specify idle=poll instead of no-hlt
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 42747e942a07..5b53ecca1e15 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2577,7 +2577,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