kernel/tools/power/cpupower/utils/helpers/misc.c
.. .. @@ -26,7 +26,7 @@ 26 26 * has Hardware determined variable increments instead. 27 27 */ 28 28 29 - if (cpu_info.family == 0x17) {29 + if (cpu_info.family == 0x17 || cpu_info.family == 0x18) {30 30 if (!read_msr(cpu, MSR_AMD_HWCR, &val)) { 31 31 if (!(val & CPUPOWER_AMD_CPBDIS)) 32 32 *active = 1;