aboutsummaryrefslogtreecommitdiff
path: root/hw/xive.c
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2019-10-01 08:59:51 +0200
committerOliver O'Halloran <oohall@gmail.com>2019-11-04 10:52:47 +1100
commit1f269bc0b71c79570043f17adc9ac1b812bcc5ba (patch)
treebd0438029249d5b15fa7fa30d07385ae7b86b88e /hw/xive.c
parent71ad59384a5a47e37494e2455e2880b62d0fed3a (diff)
downloadskiboot-1f269bc0b71c79570043f17adc9ac1b812bcc5ba.zip
skiboot-1f269bc0b71c79570043f17adc9ac1b812bcc5ba.tar.gz
skiboot-1f269bc0b71c79570043f17adc9ac1b812bcc5ba.tar.bz2
xive/p9: remove dead code
Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hw/xive.c')
-rw-r--r--hw/xive.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xive.c b/hw/xive.c
index 9b2c2b8..39b1199 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -2601,10 +2601,6 @@ static struct xive *init_one_xive(struct dt_node *np)
xive_dbg(x, "Handling interrupts [%08x..%08x]\n",
x->int_base, x->int_max - 1);
- /* System dependant values that must be set before BARs */
- //xive_regwx(x, CQ_CFG_PB_GEN, xx);
- //xive_regwx(x, CQ_MSGSND, xx);
-
/* Setup the BARs */
if (!xive_configure_bars(x))
goto fail;