public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]1/3 intel_menlow:Adding comment for GTHS legal values
@ 2008-11-05 10:45 Thomas, Sujith
  2008-11-06 23:47 ` Andrew Morton
  2008-11-07  1:35 ` Len Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas, Sujith @ 2008-11-05 10:45 UTC (permalink / raw)
  To: Len Brown, Zhang, Rui, Thomas, Sujith
  Cc: Brown, Len, Linux Kernel Mailing List, linux-acpi, Andrew Morton

Documentation of legal values for GTHS
To be patched over Rui's 09/11 bug fix patch

Signed-off-by: Sujith Thomas <sujith.thomas@intel.com>
---
 drivers/misc/intel_menlow.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: linux-2.6.27/drivers/misc/intel_menlow.c
===================================================================
--- linux-2.6.27.orig/drivers/misc/intel_menlow.c
+++ linux-2.6.27/drivers/misc/intel_menlow.c
@@ -52,6 +52,11 @@ MODULE_LICENSE("GPL");
 #define MEMORY_ARG_CUR_BANDWIDTH 1
 #define MEMORY_ARG_MAX_BANDWIDTH 0
 
+/*
+ * GTHS returning 'n' would mean that [0,n-1] states are supported
+ * In that case max_cstate would be n-1
+ * GTHS returning '0' would mean that no bandwidth control states are
supported
+ */
 static int memory_get_int_max_bandwidth(struct thermal_cooling_device
*cdev,
 					unsigned long *max_state)
 {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-07  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-05 10:45 [PATCH]1/3 intel_menlow:Adding comment for GTHS legal values Thomas, Sujith
2008-11-06 23:47 ` Andrew Morton
2008-11-07  1:35 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox