diff mbox

[TRUSTY,RESEND] UBUNTU: SAUCE: intel_pstate: inform user that thermald is worth considering

Message ID 1394782506-4431-1-git-send-email-colin.king@canonical.com
State New
Headers show

Commit Message

Colin Ian King March 14, 2014, 7:35 a.m. UTC
From: Colin Ian King <colin.king@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@canonical.com>
---
 drivers/cpufreq/intel_pstate.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tim Gardner March 14, 2014, 12:32 p.m. UTC | #1

diff mbox

Patch

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();