From b1a6dcb7260f556821db6b6d74faeab0cffbb09b Mon Sep 17 00:00:00 2001 From: Luis Gerhorst <privat@luisgerhorst.de> Date: Sun, 4 Oct 2020 15:41:29 +0200 Subject: [PATCH] turbo_freq = 4.1GHz --- arch/x86/kernel/smpboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index e43e2469aaa17..9527db7327b84 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -2023,7 +2023,7 @@ static bool amd_set_max_freq_ratio(void) pr_info("Setting max_freq_ratio for AMD Ryzen 9 3950X 16-Core Processor (Family 17h, Model 113, Stepping 0)."); /* Scale does not matter because they are divided anyway. */ base_freq = 35; - turbo_freq = 47; + turbo_freq = 41; goto out; } else { pr_info("Unrecognized AMD Processor, not setting max_freq_ratio (Family %x, Model %x, Stepping %x).", -- GitLab