Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254697
b: refs/heads/master
c: e4c2fb0
h: refs/heads/master
i:
  254695: f1624bf
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jul 5, 2011
1 parent b799e49 commit 15df85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd62287e364c0d15d517c6ced4e4808b54711475
refs/heads/master: e4c2fb0d5776b58049d2556b456144a4db3fe5a9
2 changes: 1 addition & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ enum cpu_idle_type {
* when BITS_PER_LONG <= 32 are pretty high and the returns do not justify the
* increased costs.
*/
#if BITS_PER_LONG > 32
#if 0 /* BITS_PER_LONG > 32 -- currently broken: it increases power usage under light load */
# define SCHED_LOAD_RESOLUTION 10
# define scale_load(w) ((w) << SCHED_LOAD_RESOLUTION)
# define scale_load_down(w) ((w) >> SCHED_LOAD_RESOLUTION)
Expand Down

0 comments on commit 15df85e

Please sign in to comment.