浏览代码

rcu: Delete unused rcu_node "wakemask" field

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Paul E. McKenney 12 年之前
父节点
当前提交
6f0a6ad2b5
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      kernel/rcutree.h

+ 0 - 3
kernel/rcutree.h

@@ -134,9 +134,6 @@ struct rcu_node {
 				/*  elements that need to drain to allow the */
 				/*  elements that need to drain to allow the */
 				/*  current expedited grace period to */
 				/*  current expedited grace period to */
 				/*  complete (only for TREE_PREEMPT_RCU). */
 				/*  complete (only for TREE_PREEMPT_RCU). */
-	atomic_t wakemask;	/* CPUs whose kthread needs to be awakened. */
-				/*  Since this has meaning only for leaf */
-				/*  rcu_node structures, 32 bits suffices. */
 	unsigned long qsmaskinit;
 	unsigned long qsmaskinit;
 				/* Per-GP initial value for qsmask & expmask. */
 				/* Per-GP initial value for qsmask & expmask. */
 	unsigned long grpmask;	/* Mask to apply to parent qsmask. */
 	unsigned long grpmask;	/* Mask to apply to parent qsmask. */