5.14.9, 5.10.70, 5.4.150

This commit is contained in:
Tk-Glitch
2021-10-01 14:19:39 +02:00
parent a9ee73315c
commit b370a764e7
5 changed files with 15 additions and 16 deletions

View File

@@ -647,9 +647,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"))