]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4cbea7bac008ed2ac72d66c832b8706a0c6ab2e7
treede8b83b15328d461e7a4c921728786dffd803b38
parent1084ae47c9fbae1038d56fda43f1885dacd6f86c
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