rcu: Remove fastpath from __rcu_process_callbacks()
authorAlexander Gordeev <agordeev@redhat.com>
Wed, 11 Feb 2015 14:42:38 +0000 (15:42 +0100)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 26 Feb 2015 20:11:53 +0000 (12:11 -0800)
commit915e8a4fe45eab871a862f6467ec7e59864735b2
tree208961b9815145417216d6c85abf1a0789b24b70
parent27153acbe1141ceecf098ca5d24c2ae2714c1a5f
rcu: Remove fastpath from __rcu_process_callbacks()

The standard code path accommodates a condition when no
RCU callbacks are ready to invoke. Since size of the code
is a priority for tiny RCU, remove the fast path.

Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tiny.c