Updated Branches: refs/heads/master 4ee387e9a -> c9082c912
CLOUDSTACK-1643: Don't force load aesni_intel module, fix as per Chiradeep Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c9082c91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c9082c91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c9082c91 Branch: refs/heads/master Commit: c9082c91260d5c749153e21af9e15ddc7b222188 Parents: 4ee387e Author: Rohit Yadav <[email protected]> Authored: Thu Mar 14 11:52:06 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Mar 14 11:52:06 2013 +0530 ---------------------------------------------------------------------- .../debian/config/etc/init.d/cloud-early-config | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c9082c91/patches/systemvm/debian/config/etc/init.d/cloud-early-config ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 408264b..1f0b9a7 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -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 }
