commit | b30d3304c9c068ccfe6940232834768af75f8c9a | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Thu Jul 08 18:05:14 2010 +0200 |
committer | Dave Jones <davej@redhat.com> | Tue Aug 03 13:47:06 2010 -0400 |
tree | e4ca17a9e8cdcac951291b5796ea49ec7c4fb1ba | |
parent | 55c789bb2bcdcaa8f1f60687b4a9dbd02ffddd88 [diff] |
[CPUFREQ] powernow-k8: Fix misleading variable naming rdmsr() takes the lower 32 bits as a second argument and the high 32 as a third. Fix the names accordingly since they were swapped. There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> Signed-off-by: Dave Jones <davej@redhat.com>