commit | e2fd9d35847d1936398d44c4df68dceb3d7f64e7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Jan 30 17:23:19 2016 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 31 13:34:07 2016 -0700 |
tree | 1893e200e6f5e87065b38fedfc9f74d19a4079b7 | |
parent | 4f41530245c7fd4837152e264d120d05ae940eb0 [diff] |
rcu: Remove expedited GP funnel-lock bypass Commit #cdacbe1f91264 ("rcu: Add fastpath bypassing funnel locking") turns out to be a pessimization at high load because it forces a tree full of tasks to wait for an expedited grace period that they probably do not need. This commit therefore removes this optimization. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>