commit | 0af99b13c9f323e658b4f1d69a1ccae7d6f3f80a | [log] [tgz] |
---|---|---|
author | Venki Pallipadi <venkatesh.pallipadi@intel.com> | Wed Jun 20 14:24:52 2007 -0700 |
committer | Dave Jones <davej@redhat.com> | Thu Jun 21 12:57:53 2007 -0400 |
tree | 531d6ae823c0e7facfd375106f79c213c4a1290b | |
parent | c7f652e0487a35c16f6cd72707232b6a28647a10 [diff] |
[CPUFREQ] ondemand: add a check to avoid negative load calculation Due to rounding and inexact jiffy accounting, idle_ticks can sometimes be higher than total_ticks. Make sure those cases are handled as zero load case. Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>