| commit | 239bd790d206fc6add9d7f0e886fa9928ba317b2 | [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> | Wed Feb 11 12:23:01 2015 -0800 |
| tree | 00b9d492f863f79fe4e5dff1496b59945db09021 | |
| parent | 37eef570199b55bf317b5767c21f615869ef24ac [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>