[Skiboot] [PATCH 07/13] xive: Display the block ID when initializing an instance

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon Jan 16 15:36:29 AEDT 2017


This helps debugging multi-chip problems

Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
 hw/xive.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/xive.c b/hw/xive.c
index 33695f0..986792e 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -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
-- 
2.9.3



More information about the Skiboot mailing list