On Tue, Jan 10, 2006 at 04:48:02PM +0300, Oleg Nesterov wrote:Yes.
This patch moves rcu_state into the rcu_ctrlblk. I think there
are no reasons why we should have 2 different variables to control
rcu state. Every user of rcu_state has also "rcu_ctrlblk *rcp" in
the parameter list.
Looks good to me, passes one-hour RCU torture test.
Manfred, does the ____cacheline_internodealigned_in_smp take care
of your cache-line alignment concerns?