mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
ARM: IKS: Disable IKS by default when HMP is enabled
Reported-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
@@ -828,7 +828,11 @@ static int bL_switcher_hotplug_callback(struct notifier_block *nfb,
|
||||
static struct notifier_block bL_switcher_hotplug_notifier =
|
||||
{ &bL_switcher_hotplug_callback, NULL, 0 };
|
||||
|
||||
#ifdef CONFIG_SCHED_HMP
|
||||
static bool no_bL_switcher = true;
|
||||
#else
|
||||
static bool no_bL_switcher;
|
||||
#endif
|
||||
core_param(no_bL_switcher, no_bL_switcher, bool, 0644);
|
||||
|
||||
static int __init bL_switcher_init(void)
|
||||
|
||||
Reference in New Issue
Block a user