Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60638
b: refs/heads/master
c: f3f59be
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Kerr authored and Paul Mackerras committed Jul 3, 2007
1 parent 731365b commit b3eca38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60e242393346c1a9a64e7b14dfb7f613a737324f
refs/heads/master: f3f59bec0c7ad083e9c95a550bcb1e9ca27e25f4
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@ int __init spu_sched_init(void)
kfree(spu_prio);
return PTR_ERR(spusched_task);
}

pr_debug("spusched: tick: %d, min ticks: %d, default ticks: %d\n",
SPUSCHED_TICK, MIN_SPU_TIMESLICE, DEF_SPU_TIMESLICE);
return 0;

}
Expand Down

0 comments on commit b3eca38

Please sign in to comment.