From a6112eadbebf0530fc3331afc46e378ccd7edc60 Mon Sep 17 00:00:00 2001 From: CyrIng Date: Sat, 19 Oct 2024 14:20:57 +0200 Subject: [PATCH] [UI] Debugging a target clock ratio selector issue --- aarch64/corefreq-cli.c | 1 - x86_64/corefreq-cli.c | 1 - 2 files changed, 2 deletions(-) diff --git a/aarch64/corefreq-cli.c b/aarch64/corefreq-cli.c index 281a0324..aadfc25a 100644 --- a/aarch64/corefreq-cli.c +++ b/aarch64/corefreq-cli.c @@ -131,7 +131,6 @@ void SetTopOftheTop( unsigned int cpu, enum RATIO_BOOST rb, if (RO(Shm)->Cpu[cpu].Boost[rb].Q < (*lowest)) { (*lowest) = RO(Shm)->Cpu[cpu].Boost[rb].Q; - SetTopOfRuler(Ruler.Top[rb], rb); } break; default: diff --git a/x86_64/corefreq-cli.c b/x86_64/corefreq-cli.c index 4ac166ef..623429a4 100644 --- a/x86_64/corefreq-cli.c +++ b/x86_64/corefreq-cli.c @@ -130,7 +130,6 @@ void SetTopOftheTop( unsigned int cpu, enum RATIO_BOOST rb, if (RO(Shm)->Cpu[cpu].Boost[rb] < (*lowest)) { (*lowest) = RO(Shm)->Cpu[cpu].Boost[rb]; - SetTopOfRuler(Ruler.Top[rb], rb); } break; default: