crypto: vmx - disable preemption to enable vsx in aes_ctr.c
authorLi Zhong <zhong@linux.vnet.ibm.com>
Fri, 20 Jan 2017 08:35:33 +0000 (16:35 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Jan 2017 14:50:34 +0000 (22:50 +0800)
commit7dede913fc2ab9c0d3bff3a49e26fa9e858b0c13
treede8b83b15328d461e7a4c921728786dffd803b38
parentd03f7b0d58ac1bed9d98960dfe831f69a6f15aab
crypto: vmx - disable preemption to enable vsx in aes_ctr.c

Some preemptible check warnings were reported from enable_kernel_vsx(). This
patch disables preemption in aes_ctr.c before enabling vsx, and they are now
consistent with other files in the same directory.

Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/vmx/aes_ctr.c