git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd38c9d
)
cpuidle: menu: Use shifts when calculating averages where possible
author
Mel Gorman
<mgorman@suse.de>
Wed, 6 Aug 2014 13:19:18 +0000
(14:19 +0100)
committer
Rafael 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