diff options
author | Oleg Nesterov <oleg@redhat.com> | 2014-10-09 21:32:32 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-10-28 10:47:55 +0100 |
commit | dfa50b605c2a933b7bb1c1d575a0da4e897e3c7d (patch) | |
tree | 9f7367d79ba89c8d151a19bedcfb373b90d2c941 /include/asm-generic | |
parent | 1a43a14a5bd9c32dbd7af35e35a5afa703944bcb (diff) | |
download | lwn-dfa50b605c2a933b7bb1c1d575a0da4e897e3c7d.tar.gz lwn-dfa50b605c2a933b7bb1c1d575a0da4e897e3c7d.zip |
sched: Make finish_task_switch() return 'struct rq *'
Both callers of finish_task_switch() need to recalculate this_rq()
and pass it as an argument, plus __schedule() does this again after
context_switch().
It would be simpler to call this_rq() once in finish_task_switch()
and return the this rq to the callers.
Note: probably "int cpu" in __schedule() should die; it is not used
and both rcu_note_context_switch() and wq_worker_sleeping() do not
really need this argument.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Kirill Tkhai <tkhai@yandex.ru>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/20141009193232.GB5408@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/asm-generic')
0 files changed, 0 insertions, 0 deletions