Re: [PATCH tip/core/rcu 0/9] Per-CPU-variable updates

2014-10-29 Thread Pranith Kumar
On Tue, Oct 28, 2014 at 5:51 PM, Paul E. McKenney wrote: > Hello! > > This series updates RCU's handling of per-CPU variables, mostly > moving from "cpu" function arguments to various "this_"-style accessors > for per-CPU variables: > > 1. Drop the rdtp argument from RCU's dyntick-idle and

Re: [PATCH tip/core/rcu 0/9] Per-CPU-variable updates

2014-10-29 Thread Pranith Kumar
On Tue, Oct 28, 2014 at 5:51 PM, Paul E. McKenney paul...@linux.vnet.ibm.com wrote: Hello! This series updates RCU's handling of per-CPU variables, mostly moving from cpu function arguments to various this_-style accessors for per-CPU variables: 1. Drop the rdtp argument from RCU's

[PATCH tip/core/rcu 0/9] Per-CPU-variable updates

2014-10-28 Thread Paul E. McKenney
Hello! This series updates RCU's handling of per-CPU variables, mostly moving from "cpu" function arguments to various "this_"-style accessors for per-CPU variables: 1. Drop the rdtp argument from RCU's dyntick-idle and sysidle functions, substituting this_cpu_ptr(), courtesy of

[PATCH tip/core/rcu 0/9] Per-CPU-variable updates

2014-10-28 Thread Paul E. McKenney
Hello! This series updates RCU's handling of per-CPU variables, mostly moving from cpu function arguments to various this_-style accessors for per-CPU variables: 1. Drop the rdtp argument from RCU's dyntick-idle and sysidle functions, substituting this_cpu_ptr(), courtesy of