Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f3f59bec0c7ad083e9c95a550bcb1e9ca27e25f4
Commit:     f3f59bec0c7ad083e9c95a550bcb1e9ca27e25f4
Parent:     60e242393346c1a9a64e7b14dfb7f613a737324f
Author:     Jeremy Kerr <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 29 10:57:54 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Tue Jul 3 15:24:45 2007 +1000

    [POWERPC] spusched: Print out scheduling tunables with DEBUG
    
    Print out a few scheduler tuning parameters when we've compiled
    with DEBUG defined.
    
    Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/cell/spufs/sched.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/cell/spufs/sched.c 
b/arch/powerpc/platforms/cell/spufs/sched.c
index 6843a01..002b40a 100644
--- a/arch/powerpc/platforms/cell/spufs/sched.c
+++ b/arch/powerpc/platforms/cell/spufs/sched.c
@@ -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;
 
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to