sched/core: Add preempt argument to __schedule()
authorPeter Zijlstra <peterz@infradead.org>
Mon, 28 Sep 2015 16:05:34 +0000 (18:05 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 6 Oct 2015 15:08:15 +0000 (17:08 +0200)
commitfc13aebab7d8f0d19d557c721a0f25cdf7ae905c
treec744211cc93f060f5ddb732288d6aef10b033baa
parent609ca066386b2e64d4c0b0f55da327654962a0c9
sched/core: Add preempt argument to __schedule()

There is only a single PREEMPT_ACTIVE use in the regular __schedule()
path and that is to circumvent the task->state check. Since the code
setting PREEMPT_ACTIVE is the immediate caller of __schedule() we can
replace this with a function argument.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <fweisbec@gmail.com>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
This page took 0.026107 seconds and 5 git commands to generate.