diff mbox series

[v2,49/59] phb5: Activate StoreEOI for LSIs

Message ID 20210804072137.1147875-50-hegdevasant@linux.vnet.ibm.com
State Accepted
Headers show
Series P10 Enablement | expand

Commit Message

Vasant Hegde Aug. 4, 2021, 7:21 a.m. UTC
From: Cédric Le Goater <clg@kaod.org>

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
---
 hw/phb4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/phb4.c b/hw/phb4.c
index de314b13f..6700c7fbb 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,