Re: [PATCH 01/16] crypto: caam - Remove unnecessary smp_read_barrier_depends()

2014-11-13 Thread Kim Phillips
On Thu, 13 Nov 2014 16:51:12 -0500 Pranith Kumar wrote: > On 11/13/2014 03:10 PM, Paul E. McKenney wrote: > > On Thu, Nov 13, 2014 at 02:24:07PM -0500, Pranith Kumar wrote: > >> Recently lockless_dereference() was added which can be used in place of > >> hard-coding smp_read_barrier_depends().

Re: [PATCH 01/16] crypto: caam - Remove unnecessary smp_read_barrier_depends()

2014-11-13 Thread Paul E. McKenney
On Thu, Nov 13, 2014 at 02:24:07PM -0500, Pranith Kumar wrote: > Recently lockless_dereference() was added which can be used in place of > hard-coding smp_read_barrier_depends(). The following PATCH makes the change. > > Signed-off-by: Pranith Kumar > --- > drivers/crypto/caam/jr.c | 3 --- > 1

[PATCH 01/16] crypto: caam - Remove unnecessary smp_read_barrier_depends()

2014-11-13 Thread Pranith Kumar
Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar --- drivers/crypto/caam/jr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/crypto/caam/jr.c

[PATCH 01/16] crypto: caam - Remove unnecessary smp_read_barrier_depends()

2014-11-13 Thread Pranith Kumar
Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar bobby.pr...@gmail.com --- drivers/crypto/caam/jr.c | 3 --- 1 file changed, 3 deletions(-) diff --git

Re: [PATCH 01/16] crypto: caam - Remove unnecessary smp_read_barrier_depends()

2014-11-13 Thread Paul E. McKenney
On Thu, Nov 13, 2014 at 02:24:07PM -0500, Pranith Kumar wrote: Recently lockless_dereference() was added which can be used in place of hard-coding smp_read_barrier_depends(). The following PATCH makes the change. Signed-off-by: Pranith Kumar bobby.pr...@gmail.com ---

Re: [PATCH 01/16] crypto: caam - Remove unnecessary smp_read_barrier_depends()

2014-11-13 Thread Kim Phillips
On Thu, 13 Nov 2014 16:51:12 -0500 Pranith Kumar bobby.pr...@gmail.com wrote: On 11/13/2014 03:10 PM, Paul E. McKenney wrote: On Thu, Nov 13, 2014 at 02:24:07PM -0500, Pranith Kumar wrote: Recently lockless_dereference() was added which can be used in place of hard-coding