https://github.com/torvalds/linux
Revision 74559c69e8cdc3ad60bdb0fa88d77acc22342568 authored by Lianwei Wang on 20 April 2016, 06:36:20 UTC, committed by Lianwei Wang on 21 May 2016, 06:12:14 UTC
Currently it just print a warning message but did not
reset cpu_hotplug_disabled when the enable/disable is
unbalanced. The unbalanced enable/disable will lead
the cpu hotplug work abnormally.

Do nothing if an unablanced hotplug enable detected.

Signed-off-by: Lianwei Wang <lianwei.wang@gmail.com>
1 parent 2f37dd1
Raw File
Tip revision: 74559c69e8cdc3ad60bdb0fa88d77acc22342568 authored by Lianwei Wang on 20 April 2016, 06:36:20 UTC
cpu/hotplug: handle unbalanced hotplug enable/disable
Tip revision: 74559c6
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top