From 6d8e95c41fc035f85ec7db0f59f9c31d35a6dece Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 2 Jun 2016 11:09:13 +0100 Subject: arm: Default bL switcher to off if we have EAS or bLMP Energy Aware Scheduling and big.LITTLE MP are both intended as better solutions than the big.LITTLE switcher for managing big.LITTLE systems. Signed-off-by: Jon Medhurst --- arch/arm/common/bL_switcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/common/bL_switcher.c b/arch/arm/common/bL_switcher.c index 37dc0fe1093f..acf7b74ca73c 100644 --- a/arch/arm/common/bL_switcher.c +++ b/arch/arm/common/bL_switcher.c @@ -772,7 +772,7 @@ static int bL_switcher_hotplug_callback(struct notifier_block *nfb, return NOTIFY_DONE; } -static bool no_bL_switcher; +static bool no_bL_switcher = IS_ENABLED(CONFIG_SCHED_TUNE) || IS_ENABLED(CONFIG_SCHED_HMP); core_param(no_bL_switcher, no_bL_switcher, bool, 0644); static int __init bL_switcher_init(void) -- cgit v1.2.3