Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[sfrench/cifs-2.6.git] / arch / powerpc / kvm / book3s_xics.c
index 5fee5a11550df6c0da2431ce2e1bc0042b2bdf34..303e3cb096db73a62cdddb05343da92118a108c6 100644 (file)
@@ -473,7 +473,7 @@ static void icp_deliver_irq(struct kvmppc_xics *xics, struct kvmppc_icp *icp,
                        arch_spin_unlock(&ics->lock);
                        local_irq_restore(flags);
                        new_irq = reject;
-                       check_resend = 0;
+                       check_resend = false;
                        goto again;
                }
        } else {
@@ -501,7 +501,7 @@ static void icp_deliver_irq(struct kvmppc_xics *xics, struct kvmppc_icp *icp,
                        state->resend = 0;
                        arch_spin_unlock(&ics->lock);
                        local_irq_restore(flags);
-                       check_resend = 0;
+                       check_resend = false;
                        goto again;
                }
        }