Home
last modified time | relevance | path

Searched hist:"2442 a8ba5abe2c27c572bc522da1c33df98c6ec7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.cdiff 2442a8ba5abe2c27c572bc522da1c33df98c6ec7 Thu Jun 05 22:26:54 CDT 2008 Luke Browning <lukebrowning@us.ibm.com> powerpc/spufs: don't extend time time slice if context is not in spu_run

An spu context shouldn't get an extra tick if the time slice code
couldn't find something else to run. This means contexts that are not
within spu_run (ie, SPU_SCHED_SPU_RUN is cleared) will not receive
extra ticks while we have no other contexts waiting.

Signed-off-by: Luke Browning <lukebrowning@us.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>