From fe2a79a6a7880e3bae91067c2c0adeafee2507e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Wed, 4 Aug 2021 12:51:27 +0530 Subject: phb5: Activate StoreEOI for LSIs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Le Goater Signed-off-by: Vasant Hegde --- hw/phb4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/phb4.c b/hw/phb4.c index de314b1..6700c7f 100644 --- a/hw/phb4.c +++ b/hw/phb4.c @@ -6023,7 +6023,7 @@ static void phb4_create(struct dt_node *np) */ xive2_register_hw_source(p->base_lsi, 8, 16, p->int_mmio + ((p->num_irqs - 8) << 16), - XIVE_SRC_LSI, p, &phb4_lsi_ops); + XIVE_SRC_LSI | irq_flags, p, &phb4_lsi_ops); } else { /* Register all interrupt sources with XIVE */ xive_register_hw_source(p->base_msi, p->num_irqs - 8, 16, -- cgit v1.1