rcu: Remove RCU CPU stall warnings from Tiny RCU
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 17 May 2017 17:54:29 +0000 (10:54 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Jun 2017 01:52:45 +0000 (18:52 -0700)
commit6d48152eafde1f0d0a4a9e0584fa7d9ff4fbfdac
treea4e249fef970885c4a96b2251505ab81f3abf25b
parentc23484f0e7bc89e1facb04103ce24efeebee76b9
rcu: Remove RCU CPU stall warnings from Tiny RCU

Tiny RCU's job is to be tiny, so this commit removes its RCU CPU
stall warning code.  After this, there is no longer any need for
rcu_sched_ctrlblk and rcu_bh_ctrlblk to be in tiny_plugin.h, so this
commit also moves them to tiny.c.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/Kconfig
kernel/rcu/tiny.c
kernel/rcu/tiny_plugin.h
tools/testing/selftests/rcutorture/configs/rcu/TINY02