]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sched_debug.c
kbuild: Fix computing srcversion for modules
[mv-sheeva.git] / kernel / sched_debug.c
index 4d36f3726da70389d13ef399677ff863a5091c60..eb6cb8edd075d9372b0547162a2930b06d14cacc 100644 (file)
@@ -93,6 +93,9 @@ static char group_path[PATH_MAX];
 
 static char *task_group_path(struct task_group *tg)
 {
+       if (autogroup_path(tg, group_path, PATH_MAX))
+               return group_path;
+
        /*
         * May be NULL if the underlying cgroup isn't fully-created yet
         */
@@ -293,9 +296,11 @@ static void print_cpu(struct seq_file *m, int cpu)
        P(ttwu_count);
        P(ttwu_local);
 
-       P(bkl_count);
+       SEQ_printf(m, "  .%-30s: %d\n", "bkl_count",
+                               rq->rq_sched_info.bkl_count);
 
 #undef P
+#undef P64
 #endif
        spin_lock_irqsave(&sched_debug_lock, flags);
        print_cfs_stats(m, cpu);