rcu: Get rid of synchronize_sched_expedited()'s polling loop
[linux-2.6-block.git] / kernel / rcu / tree_trace.c
index a1ab3a5f6290babe969deb4ebb9e07cad7ac3a4d..d2aab8dcd58e607003c3cb36d1fb49f223f330de 100644 (file)
@@ -185,12 +185,11 @@ static int show_rcuexp(struct seq_file *m, void *v)
 {
        struct rcu_state *rsp = (struct rcu_state *)m->private;
 
-       seq_printf(m, "t=%lu tf=%lu wd1=%lu wd2=%lu wd3=%lu n=%lu sc=%lu\n",
+       seq_printf(m, "t=%lu tf=%lu wd1=%lu wd2=%lu n=%lu sc=%lu\n",
                   rsp->expedited_sequence,
                   atomic_long_read(&rsp->expedited_tryfail),
                   atomic_long_read(&rsp->expedited_workdone1),
                   atomic_long_read(&rsp->expedited_workdone2),
-                  rsp->expedited_workdone3,
                   atomic_long_read(&rsp->expedited_normal),
                   rsp->expedited_sequence / 2);
        return 0;