aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/debug.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-05-26 18:11:03 +0200
committerIngo Molnar <mingo@kernel.org>2020-05-28 10:54:16 +0200
commit126c2092e5c8b28623cb890cd2930aa292410676 (patch)
treee3eab4e069fa3150f0388e513296d0dc23759600 /kernel/sched/debug.c
parentirq_work, smp: Allow irq_work on call_single_queue (diff)
downloadlinux-dev-126c2092e5c8b28623cb890cd2930aa292410676.tar.xz
linux-dev-126c2092e5c8b28623cb890cd2930aa292410676.zip
sched: Add rq::ttwu_pending
In preparation of removing rq->wake_list, replace the !list_empty(rq->wake_list) with rq->ttwu_pending. This is not fully equivalent as this new variable is racy. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200526161908.070399698@infradead.org
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r--kernel/sched/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
index 1c24a6bbdae2..36c54265bb2b 100644
--- a/kernel/sched/debug.c
+++ b/kernel/sched/debug.c
@@ -638,7 +638,6 @@ do { \
P(nr_running);
P(nr_switches);
- P(nr_load_updates);
P(nr_uninterruptible);
PN(next_balance);
SEQ_printf(m, " .%-30s: %ld\n", "curr->pid", (long)(task_pid_nr(rq->curr)));