|
@@ -105,7 +105,7 @@ struct rcu_state sname##_state = { \
|
|
.name = RCU_STATE_NAME(sname), \
|
|
.name = RCU_STATE_NAME(sname), \
|
|
.abbr = sabbr, \
|
|
.abbr = sabbr, \
|
|
}; \
|
|
}; \
|
|
-DEFINE_PER_CPU(struct rcu_data, sname##_data)
|
|
|
|
|
|
+DEFINE_PER_CPU_SHARED_ALIGNED(struct rcu_data, sname##_data)
|
|
|
|
|
|
RCU_STATE_INITIALIZER(rcu_sched, 's', call_rcu_sched);
|
|
RCU_STATE_INITIALIZER(rcu_sched, 's', call_rcu_sched);
|
|
RCU_STATE_INITIALIZER(rcu_bh, 'b', call_rcu_bh);
|
|
RCU_STATE_INITIALIZER(rcu_bh, 'b', call_rcu_bh);
|