Skip to content

Commit

Permalink
xive/p9: remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
legoater authored and oohal committed Nov 3, 2019
1 parent 71ad593 commit 1f269bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hw/xive.c
Expand Up @@ -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;
Expand Down

0 comments on commit 1f269bc

Please sign in to comment.