diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index 6577934..8b87869 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -1848,7 +1848,7 @@ static int stgi_interception(struct vcpu_svm *svm, struct kvm_run *kvm_run)
 
 static int clgi_interception(struct vcpu_svm *svm, struct kvm_run *kvm_run)
 {
-	int loopcount = 0;
+	int loopcount = 100;
 
 	if (nested_svm_check_permissions(svm))
 		return 1;
