Skip to content

Commit

Permalink
[UI] Debugging a target clock ratio selector issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Oct 19, 2024
1 parent 75362d4 commit a6112ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion aarch64/corefreq-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion x86_64/corefreq-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6112ea

Please sign in to comment.