Linux 6.6.15-rt22
[platform/kernel/linux-rpi.git] / kernel / entry / kvm.c
index 2e0f75b..d952fa5 100644 (file)
@@ -13,7 +13,7 @@ static int xfer_to_guest_mode_work(struct kvm_vcpu *vcpu, unsigned long ti_work)
                        return -EINTR;
                }
 
-               if (ti_work & _TIF_NEED_RESCHED)
+               if (ti_work & (_TIF_NEED_RESCHED | TIF_NEED_RESCHED_LAZY))
                        schedule();
 
                if (ti_work & _TIF_NOTIFY_RESUME)