|
@@ -82,7 +82,6 @@ struct rcu_data {
|
|
spinlock_t lock; /* Protect rcu_data fields. */
|
|
spinlock_t lock; /* Protect rcu_data fields. */
|
|
long completed; /* Number of last completed batch. */
|
|
long completed; /* Number of last completed batch. */
|
|
int waitlistcount;
|
|
int waitlistcount;
|
|
- struct tasklet_struct rcu_tasklet;
|
|
|
|
struct rcu_head *nextlist;
|
|
struct rcu_head *nextlist;
|
|
struct rcu_head **nexttail;
|
|
struct rcu_head **nexttail;
|
|
struct rcu_head *waitlist[GP_STAGES];
|
|
struct rcu_head *waitlist[GP_STAGES];
|