From 137316bb664fd8da760c63641d46a3cf7472e1d2 Mon Sep 17 00:00:00 2001 From: DidntRead Date: Tue, 2 Jan 2018 16:44:51 +0200 Subject: don't make cpu hotplug run too frequently --- .../mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h b/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h index c1760b925..3ff7f9a12 100644 --- a/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h +++ b/drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h @@ -36,7 +36,7 @@ extern "C" { * CONFIG - compile time */ #define HPS_TASK_PRIORITY (MAX_RT_PRIO - 3) -#define HPS_TIMER_INTERVAL_MS (40) +#define HPS_TIMER_INTERVAL_MS (100) #define MAX_CPU_UP_TIMES (10) #define MAX_CPU_DOWN_TIMES (100) -- cgit v1.2.3