powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUG
[sfrench/cifs-2.6.git] / arch / powerpc / kvm / book3s_xive_native.c
index 7f120cf9c594ada38011334614ef1d4b031fd978..76800c84f2a35ae5ca871aef415a19db1b7b6ec0 100644 (file)
@@ -37,9 +37,6 @@ static u8 xive_vm_esb_load(struct xive_irq_data *xd, u32 offset)
         * ordering.
         */
 
-       if (xd->flags & XIVE_IRQ_FLAG_SHIFT_BUG)
-               offset |= offset << 4;
-
        val = in_be64(xd->eoi_mmio + offset);
        return (u8)val;
 }