Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3e35637 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpuidle: lpm-levels: Add premature count to module parameter"

parents fc1441b8 026acc8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -99,6 +99,8 @@ static uint32_t tmr_add = 1000;
module_param_named(tmr_add, tmr_add, uint, 0664);
module_param_named(tmr_add, tmr_add, uint, 0664);


static uint32_t ref_premature_cnt = 1;
static uint32_t ref_premature_cnt = 1;
module_param_named(ref_premature_cnt, ref_premature_cnt, uint, 0664);

static uint32_t bias_hyst;
static uint32_t bias_hyst;
module_param_named(bias_hyst, bias_hyst, uint, 0664);
module_param_named(bias_hyst, bias_hyst, uint, 0664);