aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2021-08-07 09:38:21 +0200
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-18 16:35:39 +0530
commitcd12ea6d8e1f384ef22c50777cb06b059fc3734c (patch)
tree7013b0b80d6db6cbf28cb233707484b462801240 /hw
parent3edfdb57712876300eab7f570356aec11b4bddca (diff)
downloadskiboot-cd12ea6d8e1f384ef22c50777cb06b059fc3734c.zip
skiboot-cd12ea6d8e1f384ef22c50777cb06b059fc3734c.tar.gz
skiboot-cd12ea6d8e1f384ef22c50777cb06b059fc3734c.tar.bz2
interrupts: Do not advertise XICS support on P10
We only support the XIVE interface. 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/xive2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xive2.c b/hw/xive2.c
index d0094e9..810ab91 100644
--- a/hw/xive2.c
+++ b/hw/xive2.c
@@ -1975,6 +1975,11 @@ static void xive_create_mmio_dt_node(struct xive *x)
}
+uint32_t xive2_get_phandle(void)
+{
+ return xive_dt_node->phandle;
+}
+
static void xive_setup_forward_ports(struct xive *x, struct proc_chip *remote_chip)
{
struct xive *remote_xive = remote_chip->xive;