On Mon, Jul 28, 2014 at 03:56:12PM -0700, Paul E. McKenney wrote:
> @@ -254,6 +254,8 @@ void rcu_check_callbacks(int cpu, int user)
>               rcu_sched_qs(cpu);
>       else if (!in_softirq())
>               rcu_bh_qs(cpu);
> +     if (user)
> +             rcu_note_voluntary_context_switch(current);
>  }

There's nothing like sending email you can't find something... :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to