cpuidle: menu: Use shifts when calculating averages where possible
authorMel Gorman <mgorman@suse.de>
Wed, 6 Aug 2014 13:19:18 +0000 (14:19 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 6 Aug 2014 19:17:44 +0000 (21:17 +0200)
We use do_div even though the divisor will usually be a power-of-two
unless there are unusual outliers. Use shifts where possible

Signed-off-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found