Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64722
b: refs/heads/master
c: a0dc726
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Sep 5, 2007
1 parent 6b65f6a commit b394cd3
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: 7fd0d2dde929ead79901e389e70dbfb3c6c06986
refs/heads/master: a0dc72601d48b171b4870dfdd0824901a2b2b1a9
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ niced_granularity(struct sched_entity *curr, unsigned long granularity)
/*
* It will always fit into 'long':
*/
return (long) (tmp >> WMULT_SHIFT);
return (long) (tmp >> (WMULT_SHIFT-NICE_0_SHIFT));
}

static inline void
Expand Down

0 comments on commit b394cd3

Please sign in to comment.