OSDN Git Service

crypto: caam - consolidate memory barriers from job ring en/dequeue
authorKim Phillips <kim.phillips@freescale.com>
Sat, 23 Jun 2012 00:48:56 +0000 (19:48 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:07 +0000 (14:42 +0800)
commit14a8e29cc2012394d3e886b11402eabd49a4d609
tree9852a7f7c4674b1331c7e2f87a47d5119600a0a9
parenta8ea07c21d40cf17dd9cbe3cbf87d477b26c354f
crypto: caam - consolidate memory barriers from job ring en/dequeue

Memory barriers are implied by the i/o register write implementation
(at least on Power).  So we can remove the redundant wmb() in
caam_jr_enqueue, and, in dequeue(), hoist the h/w done notification
write up to before we need to increment the head of the ring, and
save an smp_mb.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/jr.c