diff mbox series

[50/61] phb5: Activate StoreEOI for LSIs

Message ID 20210719132012.150948-51-hegdevasant@linux.vnet.ibm.com
State Superseded
Headers show
Series P10 Enablement | expand

Commit Message

Vasant Hegde July 19, 2021, 1:20 p.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 718267a89..ef9f56d73 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -6024,7 +6024,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,