commit | 60e242393346c1a9a64e7b14dfb7f613a737324f | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Fri Jun 29 10:57:53 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Tue Jul 03 15:24:44 2007 +1000 |
tree | 79987a1ff1f9406251a5967c0aa6820b73637281 | |
parent | fe443ef2ac421c9c652e251e8733e2479d8e411a [diff] |
[POWERPC] spusched: Fix timeslice calculations The current timeslice code mixes 'jiffies' up with 'spesched ticks'. This change correctly defines the number of time slices each SPE contexts is given, and clarifies the comment. This brings the default timeslice for SPE contexts into a reasonable range. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>