git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c789b
)
[CPUFREQ] powernow-k8: Fix misleading variable naming
author
Borislav Petkov
<borislav.petkov@amd.com>
Thu, 8 Jul 2010 16:05:14 +0000
(18:05 +0200)
committer
Dave Jones
<davej@redhat.com>
Tue, 3 Aug 2010 17:47:06 +0000
(13:47 -0400)
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>
No differences found