|
@@ -150,8 +150,7 @@ struct rcu_node {
|
|
|
struct swait_queue_head nocb_gp_wq[2];
|
|
struct swait_queue_head nocb_gp_wq[2];
|
|
|
/* Place for rcu_nocb_kthread() to wait GP. */
|
|
/* Place for rcu_nocb_kthread() to wait GP. */
|
|
|
#endif /* #ifdef CONFIG_RCU_NOCB_CPU */
|
|
#endif /* #ifdef CONFIG_RCU_NOCB_CPU */
|
|
|
- int need_future_gp[2];
|
|
|
|
|
- /* Counts of upcoming no-CB GP requests. */
|
|
|
|
|
|
|
+ int need_future_gp[4]; /* Counts of upcoming no-CB GP requests. */
|
|
|
raw_spinlock_t fqslock ____cacheline_internodealigned_in_smp;
|
|
raw_spinlock_t fqslock ____cacheline_internodealigned_in_smp;
|
|
|
|
|
|
|
|
spinlock_t exp_lock ____cacheline_internodealigned_in_smp;
|
|
spinlock_t exp_lock ____cacheline_internodealigned_in_smp;
|