Skip to content

Commit

Permalink
xive: Display the block ID when initializing an instance
Browse files Browse the repository at this point in the history
This helps debugging multi-chip problems

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
ozbenh authored and stewartsmith committed Feb 2, 2017
1 parent 2758555 commit e60347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xive.c
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@ static struct xive *init_one_xive(struct dt_node *np)

chip = get_chip(x->chip_id);
assert(chip);
xive_dbg(x, "Initializing...\n");
xive_dbg(x, "Initializing, block ID %d...\n", x->block_id);
chip->xive = x;

#ifdef USE_INDIRECT
Expand Down

0 comments on commit e60347d

Please sign in to comment.