mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1643: Don't force load aesni_intel module, fix as per Chiradeep
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
4ee387e9ad
commit
c9082c9126
|
|
@ -597,10 +597,6 @@ setup_aesni() {
|
|||
if [ `grep aes /proc/cpuinfo | wc -l` -gt 0 ]
|
||||
then
|
||||
modprobe aesni_intel
|
||||
if [ `lsmod | grep aesni_intel | wc -l` -gt 0 ]
|
||||
then
|
||||
echo aesni_intel >> /etc/modules
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue