Skip to content

Commit e60347d

Browse files
ozbenhstewartsmith
authored andcommitted
xive: Display the block ID when initializing an instance
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>
1 parent 2758555 commit e60347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/xive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ static struct xive *init_one_xive(struct dt_node *np)
25402540

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

25462546
#ifdef USE_INDIRECT

0 commit comments

Comments
 (0)