[Skiboot] [PATCH v3 06/17] xive/p9: remove dead code

Cédric Le Goater clg at kaod.org
Tue Oct 1 16:59:51 AEST 2019


Signed-off-by: Cédric Le Goater <clg at kaod.org>
---
 hw/xive.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hw/xive.c b/hw/xive.c
index 9b2c2b831867..39b1199d0125 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;
-- 
2.21.0



More information about the Skiboot mailing list