[Skiboot] [PATCH 50/61] phb5: Activate StoreEOI for LSIs
Vasant Hegde
hegdevasant at linux.vnet.ibm.com
Mon Jul 19 23:20:01 AEST 2021
From: Cédric Le Goater <clg at kaod.org>
Signed-off-by: Cédric Le Goater <clg at kaod.org>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
hw/phb4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
--
2.31.1
More information about the Skiboot
mailing list