mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 03:53:51 -04:00
It is no longer possible to disable CPU hotplug in many configurations, which means that the CONFIG_HOTPLUG_CPU=n lines in refscale's Kconfig options are just a source of useless diagnostics. In addition, refscale doesn't do CPU-hotplug operations in any case. This commit therefore changes these lines to read CONFIG_HOTPLUG_CPU=y. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
19 lines
393 B
Plaintext
19 lines
393 B
Plaintext
CONFIG_SMP=y
|
|
CONFIG_PREEMPT_NONE=n
|
|
CONFIG_PREEMPT_VOLUNTARY=n
|
|
CONFIG_PREEMPT=y
|
|
#CHECK#CONFIG_PREEMPT_RCU=y
|
|
CONFIG_HZ_PERIODIC=n
|
|
CONFIG_NO_HZ_IDLE=y
|
|
CONFIG_NO_HZ_FULL=n
|
|
CONFIG_RCU_FAST_NO_HZ=n
|
|
CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_SUSPEND=n
|
|
CONFIG_HIBERNATION=n
|
|
CONFIG_RCU_NOCB_CPU=n
|
|
CONFIG_DEBUG_LOCK_ALLOC=n
|
|
CONFIG_PROVE_LOCKING=n
|
|
CONFIG_RCU_BOOST=n
|
|
CONFIG_DEBUG_OBJECTS_RCU_HEAD=n
|
|
CONFIG_RCU_EXPERT=y
|