aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-01-15 22:36:29 -0600
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-02-02 18:22:42 +1100
commite60347dfedab8282b406ec1e1d21c64f86692272 (patch)
treee894505194ea8f3b3ccd05a84db7ca55747b641a /hw
parent2758555aa7712d348cf378c188703c0990f79457 (diff)
downloadskiboot-e60347dfedab8282b406ec1e1d21c64f86692272.zip
skiboot-e60347dfedab8282b406ec1e1d21c64f86692272.tar.gz
skiboot-e60347dfedab8282b406ec1e1d21c64f86692272.tar.bz2
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>
Diffstat (limited to 'hw')
-rw-r--r--hw/xive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xive.c b/hw/xive.c
index ce5ea7d..35436c8 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