powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FW
[sfrench/cifs-2.6.git] / arch / powerpc / kvm / book3s_xive_template.c
index ece36e024a8f89c386320ac02f7bfadf15be8ec6..b0015e05d99a94478d5269313dfe0a249ac23d3c 100644 (file)
@@ -74,8 +74,6 @@ static void GLUE(X_PFX,source_eoi)(u32 hw_irq, struct xive_irq_data *xd)
        /* If the XIVE supports the new "store EOI facility, use it */
        if (xd->flags & XIVE_IRQ_FLAG_STORE_EOI)
                __x_writeq(0, __x_eoi_page(xd) + XIVE_ESB_STORE_EOI);
-       else if (hw_irq && xd->flags & XIVE_IRQ_FLAG_EOI_FW)
-               opal_int_eoi(hw_irq);
        else if (xd->flags & XIVE_IRQ_FLAG_LSI) {
                /*
                 * For LSIs the HW EOI cycle is used rather than PQ bits,