commit | 915e8a4fe45eab871a862f6467ec7e59864735b2 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Wed Feb 11 15:42:38 2015 +0100 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Feb 26 12:11:53 2015 -0800 |
tree | 208961b9815145417216d6c85abf1a0789b24b70 | |
parent | 27153acbe1141ceecf098ca5d24c2ae2714c1a5f [diff] |
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>