]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sched_debug.c
Merge branch 'sh/genirq-threading' into sh-latest
[mv-sheeva.git] / kernel / sched_debug.c
index 3669bec6e1304c2a593b2b906a9617fe83d48838..a6710a112b4f94912dbe4512b30fe6b2d16f172f 100644 (file)
@@ -296,9 +296,6 @@ static void print_cpu(struct seq_file *m, int cpu)
        P(ttwu_count);
        P(ttwu_local);
 
-       SEQ_printf(m, "  .%-30s: %d\n", "bkl_count",
-                               rq->rq_sched_info.bkl_count);
-
 #undef P
 #undef P64
 #endif
@@ -441,7 +438,6 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
        P(se.statistics.wait_count);
        PN(se.statistics.iowait_sum);
        P(se.statistics.iowait_count);
-       P(sched_info.bkl_count);
        P(se.nr_migrations);
        P(se.statistics.nr_migrations_cold);
        P(se.statistics.nr_failed_migrations_affine);