Re: [PATCH RFC tip/core/rcu 4/4] rcu: Ensure that RCU_FAST_NO_HZtimers expire on correct CPU

From: Peter Zijlstra
Date: Thu Apr 26 2012 - 09:05:20 EST


On Mon, 2012-04-23 at 09:16 -0700, Paul E. McKenney wrote:
> - mod_timer(&per_cpu(rcu_idle_gp_timer, cpu),
> - per_cpu(rcu_idle_gp_timer_expires, cpu));
> + tp = &per_cpu(rcu_idle_gp_timer, cpu);
> + tp->expires = per_cpu(rcu_idle_gp_timer_expires, cpu);
> + add_timer_on(tp, cpu);

The simpler change looks to use mod_timer_pinned()
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/