commit | 4f89038f177462dbd2fd911297fd004226176db7 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Apr 17 07:18:28 2013 +0000 |
committer | Zhang Rui <rui.zhang@intel.com> | Wed Apr 17 23:43:31 2013 +0800 |
tree | 5b5fef33500baa34c4c5d7fba795c4f79c850676 | |
parent | d13cb03aef0c062dcdd16b411bd4c02c1574ff08 [diff] |
Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state() This code doesn't work on big endian systems because we're storing low values in the high bits of the unsigned long. It makes it a very high value instead. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>