diff options
| author | DidntRead <koko1999@mail.bg> | 2018-01-02 16:44:51 +0200 |
|---|---|---|
| committer | Sebastian "Oyster" T <oysterized@gmail.com> | 2018-01-03 15:07:09 +0100 |
| commit | 137316bb664fd8da760c63641d46a3cf7472e1d2 (patch) | |
| tree | 2bb97cea80b1c8a3761be0ea4aaa776c9bbff06b | |
| parent | e47095d7e3f484dc52131fa9c0b3643d124c6b18 (diff) | |
don't make cpu hotplug run too frequently
| -rw-r--r-- | drivers/misc/mediatek/mach/mt6735/include/mach/mt_hotplug_strategy_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
