Skip to content

Commit

Permalink
xive/p9: sbe size debug print fix
Browse files Browse the repository at this point in the history
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
npiggin authored and oohal committed Nov 11, 2019
1 parent 154e4ee commit 192d586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xive.c
Expand Up @@ -1623,7 +1623,7 @@ static bool xive_prealloc_tables(struct xive *x)
}
/* SBEs are initialized to 0b01 which corresponds to "ints off" */
memset(x->sbe_base, 0x55, SBE_SIZE);
xive_dbg(x, "SBE at %p size 0x%x\n", x->sbe_base, IVT_SIZE);
xive_dbg(x, "SBE at %p size 0x%x\n", x->sbe_base, SBE_SIZE);

/* EAS/IVT entries are 8 bytes */
x->ivt_base = local_alloc(x->chip_id, IVT_SIZE, IVT_SIZE);
Expand Down

0 comments on commit 192d586

Please sign in to comment.