[firefly] [PATCH 1/2] kernel: rcu: remove preemptible from header

Iulia Manda iulia.manda21 at gmail.com
Tue Mar 11 10:29:24 EET 2014


Signed-off-by: Iulia Manda <iulia.manda21 at gmail.com>
---
 kernel/rcu/tree.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
index 412940f..93d5f46 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
@@ -252,7 +252,6 @@ struct rcu_data {
 	bool		passed_quiesce;	/* User-mode/idle loop etc. */
 	bool		qs_pending;	/* Core waits for quiesc state. */
 	bool		beenonline;	/* CPU online at least once. */
-	bool		preemptible;	/* Preemptible RCU? */
 	struct rcu_node *mynode;	/* This CPU's leaf of hierarchy */
 	unsigned long grpmask;		/* Mask to apply to leaf qsmask. */
 #ifdef CONFIG_RCU_CPU_STALL_INFO
-- 
1.7.10.4



More information about the firefly mailing list