[Skiboot] [PATCH 08/22] xive/p9: remove dead code
Cédric Le Goater
clg at kaod.org
Wed Sep 4 03:03:59 AEST 2019
Signed-off-by: Cédric Le Goater <clg at kaod.org>
---
hw/xive-p9.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/hw/xive-p9.c b/hw/xive-p9.c
index 16b15d062940..e5816b22fa50 100644
--- a/hw/xive-p9.c
+++ b/hw/xive-p9.c
@@ -2615,10 +2615,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;
--
2.21.0
More information about the Skiboot
mailing list