aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;