commit | 203373c81b83e98da82836c4b8b5dd1e6fc9011f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Thu Feb 24 15:25:21 2011 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 05 23:16:58 2011 -0700 |
tree | 78e11ef799f6036ac5c9b664e5af4c10dbd6f4a2 | |
parent | ddeb75814f09205df795121d9e373e82de7f2aca [diff] |
rcu: remove useless ->boosted_this_gp field The ->boosted_this_gp field is a holdover from an earlier design that was to carry out multiple boost operations in parallel. It is not required by the current design, which boosts one task at a time. Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>