x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUs
[linux-2.6-microblaze.git] / arch / x86 / kernel / smpboot.c
index 0ad5214..7770245 100644 (file)
@@ -2043,7 +2043,7 @@ static bool amd_set_max_freq_ratio(void)
                return false;
        }
 
-       highest_perf = perf_caps.highest_perf;
+       highest_perf = amd_get_highest_perf();
        nominal_perf = perf_caps.nominal_perf;
 
        if (!highest_perf || !nominal_perf) {