]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Remove "cpu" argument to rcu_check_callbacks()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Oct 2014 14:53:02 +0000 (07:53 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 4 Nov 2014 03:20:11 +0000 (19:20 -0800)
commit7100463276e16aa8c66011b82f07f7443c10a1a1
treea22b9894500e373290eee77862b0f29a21879b29
parentf4673f93d2bd199c34c082b23233d2557a7c9b81
rcu: Remove "cpu" argument to rcu_check_callbacks()

The "cpu" argument was kept around on the off-chance that RCU might
offload scheduler-clock interrupts.  However, this offload approach
has been replaced by NO_HZ_FULL, which offloads -all- RCU processing
from qualifying CPUs.  It is therefore time to remove the "cpu" argument
to rcu_check_callbacks(), which this commit does.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
include/linux/rcupdate.h
kernel/rcu/tiny.c
kernel/rcu/tree.c
kernel/time/timer.c