]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/softirq.c
rcu: Remove "cpu" argument to rcu_note_context_switch()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Oct 2014 19:50:04 +0000 (12:50 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 4 Nov 2014 03:20:34 +0000 (19:20 -0800)
commit38200cf24702e5d79ce6c8f4c62036c41845c62d
tree840642332deb3f091142c78994de1f8db73b4f8c
parent86aea0e6e7d571a9452082a7198d0603cc5dd965
rcu: Remove "cpu" argument to rcu_note_context_switch()

The "cpu" argument to rcu_note_context_switch() is always the current
CPU, so drop it.  This in turn allows the "cpu" argument to
rcu_preempt_note_context_switch() to be removed, which allows the sole
use of "cpu" in both functions to be replaced with a this_cpu_ptr().
Again, the anticipated cross-CPU uses of these functions has been
replaced by NO_HZ_FULL.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
include/linux/rcutiny.h
include/linux/rcutree.h
kernel/rcu/tree.c
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h
kernel/sched/core.c
kernel/softirq.c