aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2021-08-04 12:51:27 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-06 12:29:32 +0530
commitfe2a79a6a7880e3bae91067c2c0adeafee2507e4 (patch)
treef3c0efff6d90befb9dfad532b1d3cbcfedd9bc04 /hw
parent58ad1e7e4efd775689fd1d2729eba7de258d7777 (diff)
downloadskiboot-fe2a79a6a7880e3bae91067c2c0adeafee2507e4.zip
skiboot-fe2a79a6a7880e3bae91067c2c0adeafee2507e4.tar.gz
skiboot-fe2a79a6a7880e3bae91067c2c0adeafee2507e4.tar.bz2
phb5: Activate StoreEOI for LSIs
Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/phb4.c2
1 files changed, 1 insertions, 1 deletions
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,