diff options
author | Peter Zijlstra <peterz@infradead.org> | 2019-04-09 09:59:05 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-04-16 16:55:17 +0200 |
commit | 7dd7788411646c9619aa6495f832bc0a9b0146b5 (patch) | |
tree | f5d8616364b40b4195b4e33439ef8b29c6710e64 /kernel/sched/wait.c | |
parent | 1b174a2cb67a3a156d5a28426ae14241e6dfa655 (diff) |
sched/core: Unify p->on_rq updates
Almost all {,de}activate_task() invocations pair with p->on_rq
updates, the exception being the usage in rt/deadline which hold both
rq locks and therefore don't strictly need to set
TASK_ON_RQ_MIGRATING, but it is harmless if we do anyway.
Put the updates in {,de}activate_task() and cut down on repetition.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/wait.c')
0 files changed, 0 insertions, 0 deletions