]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
rcu: Remove rcu_switch()
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 10 Oct 2012 23:47:16 +0000 (01:47 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 23 Oct 2012 21:54:06 +0000 (14:54 -0700)
commit4d9a5d4319e22670ec6d6227e12b54f361c46d0f
treed82eb23f01225bf31027e19ce983cd05e9b900bd
parent6f0c0580b70c89094b3422ba81118c7b959c7556
rcu: Remove rcu_switch()

It's only there to call rcu_user_hooks_switch(). Let's
just call rcu_user_hooks_switch() directly, we don't need this
function in the middle.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Richard Weinberger <richard@nod.at>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
arch/um/drivers/mconsole_kern.c
include/linux/rcupdate.h
include/linux/sched.h
kernel/sched/core.c