Skip to content

Commit 38e7628

Browse files
committed
Revert "cpu-boost: Reduce input boost time interval"
This reverts commit c8e9a49.
1 parent 310725f commit 38e7628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cpufreq/cpu-boost.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static bool sched_boost_active;
4646

4747
static struct delayed_work input_boost_rem;
4848
static u64 last_input_time;
49-
#define MIN_INPUT_INTERVAL (100 * USEC_PER_MSEC)
49+
#define MIN_INPUT_INTERVAL (150 * USEC_PER_MSEC)
5050

5151
static int set_input_boost_freq(const char *buf, const struct kernel_param *kp)
5252
{

0 commit comments

Comments
 (0)