Loading drivers/cpuidle/lpm-levels.c +3 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/cpuidle/lpm-levels.c +3 −1 Original line number Diff line number Diff line Loading @@ -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); Loading