This commit is contained in:
Tk-Glitch
2021-09-20 13:32:35 +02:00
parent 00948fcff0
commit 0e52b268f9
3 changed files with 5 additions and 5 deletions

View File

@@ -651,9 +651,9 @@ index 36a469150ff9..aee891c9b78a 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -2845,6 +2845,8 @@ static int __init intel_pstate_setup(char *str)
pr_info("HWP disabled\n");
if (!strcmp(str, "no_hwp"))
no_hwp = 1;
}
+ if (!strcmp(str, "enable"))
+ no_load = 0;
if (!strcmp(str, "force"))