[PATCH][TRUSTY] intel_pstate: inform user that thermald is worth considering
Colin King
colin.king at canonical.com
Thu Mar 13 17:00:35 UTC 2014
From: Colin Ian King <colin.king at canonical.com>
When intel_pstate is enabled with the override intel_pstate=enable
it is also useful to inform the user to also consider installing
thermald for some improved thermal control.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
drivers/cpufreq/intel_pstate.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 7b41d48..80c90c5 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -983,6 +983,8 @@ static int __init intel_pstate_init(void)
intel_pstate_debug_expose_params();
intel_pstate_sysfs_expose_params();
+ pr_info("Consider also installing thermald for improved thermal control.\n");
+
return rc;
out:
get_online_cpus();
--
1.9.0
More information about the kernel-team
mailing list