Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118789
b: refs/heads/master
c: d65dcdc
h: refs/heads/master
i:
  118787: a229de7
v: v3
  • Loading branch information
Thomas, Sujith authored and Len Brown committed Nov 7, 2008
1 parent 92d1e10 commit f1bc6bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8950d89acaa8c353869e681772479d7955ae6f7a
refs/heads/master: d65dcdcf0cd55b4be1fd1f5025388e91042d63fc
5 changes: 5 additions & 0 deletions trunk/drivers/misc/intel_menlow.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f1bc6bc

Please sign in to comment.