Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2d596d8 authored by Pavel Machek's avatar Pavel Machek Committed by Linus Torvalds
Browse files

[PATCH] fix hotplug kconfig help



HOTPLUG_CPU entry says "Say Y..." then "Say N.".  Slightly ugly, so I fixed
it up, and added remark about suspend on SMP as a bonus.

Signed-off-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ce007ea5
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -758,10 +758,10 @@ config HOTPLUG_CPU
	bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
	bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
	depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER
	depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER
	---help---
	---help---
	  Say Y here to experiment with turning CPUs off and on.  CPUs
	  Say Y here to experiment with turning CPUs off and on, and to
	  can be controlled through /sys/devices/system/cpu.
	  enable suspend on SMP systems. CPUs can be controlled through
	  /sys/devices/system/cpu.


	  Say N.


endmenu
endmenu