Skip to content

Commit

Permalink
Undo change for #104
Browse files Browse the repository at this point in the history
  • Loading branch information
Piker-Alpha committed Dec 19, 2014
1 parent 553b67f commit 38d731f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssdtPRGen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4015,7 +4015,8 @@ function main()
#
# Get number of Turbo states.
#
let turboStates=$(printf "%.f" $(echo "scale=1;((($maxTurboFrequency - $frequency) / $gBusFrequency)+0.5)" | bc))
# let turboStates=$(printf "%.f" $(echo "scale=1;((($maxTurboFrequency - $frequency) / $gBusFrequency)+0.5)" | bc))
let turboStates=$(echo "(($maxTurboFrequency - $frequency) / $gBusFrequency)" | bc)
#
# Check number of Turbo states.
#
Expand Down

0 comments on commit 38d731f

Please sign in to comment.