|
@@ -178,13 +178,6 @@ union rcu_noqs {
|
|
|
u16 s; /* Set of bits, aggregate OR here. */
|
|
u16 s; /* Set of bits, aggregate OR here. */
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-/* Index values for nxttail array in struct rcu_data. */
|
|
|
|
|
-#define RCU_DONE_TAIL 0 /* Also RCU_WAIT head. */
|
|
|
|
|
-#define RCU_WAIT_TAIL 1 /* Also RCU_NEXT_READY head. */
|
|
|
|
|
-#define RCU_NEXT_READY_TAIL 2 /* Also RCU_NEXT head. */
|
|
|
|
|
-#define RCU_NEXT_TAIL 3
|
|
|
|
|
-#define RCU_NEXT_SIZE 4
|
|
|
|
|
-
|
|
|
|
|
/* Per-CPU data for read-copy update. */
|
|
/* Per-CPU data for read-copy update. */
|
|
|
struct rcu_data {
|
|
struct rcu_data {
|
|
|
/* 1) quiescent-state and grace-period handling : */
|
|
/* 1) quiescent-state and grace-period handling : */
|