diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-02-10 17:22:14 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-03-12 17:07:39 -0400 |
commit | 6f0a6ad2b55053879eee89f812f3527950c380d6 (patch) | |
tree | 0ddcaa462abb5636a9c21d154d2b924f1ab8b33a | |
parent | 0bdf5984ad647ba5d1c09ed66a75e5bf609456ba (diff) |
rcu: Delete unused rcu_node "wakemask" field
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | kernel/rcutree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h index c896b5045d9d..8e756099a1a8 100644 --- a/kernel/rcutree.h +++ b/kernel/rcutree.h | |||
@@ -134,9 +134,6 @@ struct rcu_node { | |||
134 | /* elements that need to drain to allow the */ | 134 | /* elements that need to drain to allow the */ |
135 | /* current expedited grace period to */ | 135 | /* current expedited grace period to */ |
136 | /* complete (only for TREE_PREEMPT_RCU). */ | 136 | /* complete (only for TREE_PREEMPT_RCU). */ |
137 | atomic_t wakemask; /* CPUs whose kthread needs to be awakened. */ | ||
138 | /* Since this has meaning only for leaf */ | ||
139 | /* rcu_node structures, 32 bits suffices. */ | ||
140 | unsigned long qsmaskinit; | 137 | unsigned long qsmaskinit; |
141 | /* Per-GP initial value for qsmask & expmask. */ | 138 | /* Per-GP initial value for qsmask & expmask. */ |
142 | unsigned long grpmask; /* Mask to apply to parent qsmask. */ | 139 | unsigned long grpmask; /* Mask to apply to parent qsmask. */ |