Skip to content

Commit

Permalink
Increase Turbo stress loops.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Jul 20, 2018
1 parent daba71c commit 7ac9566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corefreqm.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void Slice_Conic(SHM_STRUCT *Shm, unsigned int cpu, unsigned long v)

void Slice_Turbo(SHM_STRUCT *Shm, unsigned int cpu, unsigned long arg)
{
Slice_Atomic(Shm, cpu, 0x7fffffff);
Slice_Atomic(Shm, cpu, 0x9fffffff);
}

RING_SLICE order_list[] = {
Expand Down

0 comments on commit 7ac9566

Please sign in to comment.