Huang Ying 9251b64fb2 crypto: aes-ni - Do not sleep when using the FPU
Because AES-NI instructions will touch XMM state, corresponding code
must be enclosed within kernel_fpu_begin/end, which used
preempt_disable/enable. So sleep should be prevented between
kernel_fpu_begin/end.

Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2009-06-18 19:41:27 +08:00
..
2009-06-16 19:50:13 -07:00
2009-06-12 22:27:08 +09:30
2009-06-15 15:50:49 +02:00
2009-06-17 14:04:42 -07:00
2009-06-12 21:32:31 +02:00
2009-04-16 18:09:02 +02:00
2009-06-15 15:50:49 +02:00
2009-06-13 15:37:30 +02:00