Re: [PATCH 14/16] rcu: Remove redundant checks for rcu_scheduler_fully_active

2014-07-23 Thread Paul E. McKenney
On Wed, Jul 23, 2014 at 01:09:51AM -0400, Pranith Kumar wrote: > rcu_scheduler_fully_active is set to true early in the boot process. > > The check for this flag is only needed in rcu_prepare_kthreads() as this > function is called before the above flag is set. All other checks are > redundant.

Re: [PATCH 14/16] rcu: Remove redundant checks for rcu_scheduler_fully_active

2014-07-23 Thread Paul E. McKenney
On Wed, Jul 23, 2014 at 01:09:51AM -0400, Pranith Kumar wrote: rcu_scheduler_fully_active is set to true early in the boot process. The check for this flag is only needed in rcu_prepare_kthreads() as this function is called before the above flag is set. All other checks are redundant.

[PATCH 14/16] rcu: Remove redundant checks for rcu_scheduler_fully_active

2014-07-22 Thread Pranith Kumar
rcu_scheduler_fully_active is set to true early in the boot process. The check for this flag is only needed in rcu_prepare_kthreads() as this function is called before the above flag is set. All other checks are redundant. Hence this commit removes those redundant checks. Signed-off-by: Pranith

[PATCH 14/16] rcu: Remove redundant checks for rcu_scheduler_fully_active

2014-07-22 Thread Pranith Kumar
rcu_scheduler_fully_active is set to true early in the boot process. The check for this flag is only needed in rcu_prepare_kthreads() as this function is called before the above flag is set. All other checks are redundant. Hence this commit removes those redundant checks. Signed-off-by: Pranith