From: Kim Phillips Date: Sat, 23 Jun 2012 00:48:54 +0000 (-0500) Subject: crypto: caam - use non-irq versions of spinlocks for job rings X-Git-Tag: v3.6-rc1~94^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bba1e9f41d68279ff2c17db53fbd379692b10bc;p=pandora-kernel.git crypto: caam - use non-irq versions of spinlocks for job rings 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed