git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a07668
)
crypto: caam - use non-irq versions of spinlocks for job rings
author
Kim Phillips
<kim.phillips@freescale.com>
Sat, 23 Jun 2012 00:48:54 +0000
(19:48 -0500)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 27 Jun 2012 06:42:06 +0000
(14:42 +0800)
The enqueue lock isn't used in any interrupt context, and
the dequeue lock isn't used in the h/w interrupt context,
only in bh context.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found