commit | 8c22e2f695920ebd94f9a53bcf2a65eb36d4dba1 | [log] [tgz] |
---|---|---|
author | Prarit Bhargava <prarit@redhat.com> | Mon Oct 08 11:06:18 2018 -0400 |
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | Mon Oct 08 09:19:05 2018 -0600 |
tree | 175c12eb2d1c388ed2565617c939893679ce91a3 | |
parent | 8a7e2d2ea080d10a189a1d611344b0330468ebc3 [diff] |
cpupower: Fix AMD Family 0x17 msr_pstate size The msr_pstate data is only 63 bits long and should be 64 bits. Add in the missing bit from res1 for AMD Family 0x17. Reference: https://www.amd.com/system/files/TechDocs/54945_PPR_Family_17h_Models_00h-0Fh.pdf, page 138. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Cc: Shuah Khan <shuah@kernel.org> Cc: Stafford Horne <shorne@gmail.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>