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

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

Merge "drivers: cpuidle: lpm-levels: Enable Sleep prediction"

parents 30b895d9 bf3c0488
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@ struct lpm_debug {

struct lpm_cluster *lpm_root_node;

static bool lpm_prediction;
#define MAXSAMPLES 5

static bool lpm_prediction = true;
module_param_named(lpm_prediction,
	lpm_prediction, bool, S_IRUGO | S_IWUSR | S_IWGRP);