aboutsummaryrefslogtreecommitdiff
path: root/hw/slw.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-09-17 08:17:32 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-09-17 08:17:32 +1000
commitaf569fa2aebd52748f3056fe3104b16991a3f6de (patch)
tree1d3b412efa7538eafc3b7d3ce3c9a0af485d0f28 /hw/slw.c
parent286f3310c8d0a6f940b9b9ad334366b33a97407c (diff)
downloadskiboot-af569fa2aebd52748f3056fe3104b16991a3f6de.zip
skiboot-af569fa2aebd52748f3056fe3104b16991a3f6de.tar.gz
skiboot-af569fa2aebd52748f3056fe3104b16991a3f6de.tar.bz2
SLW: Actually print the register dump only to memory
Fixes: 81154ba9b2d418cd5f9eda3a6f89ca6631556510 Reported-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/slw.c')
-rw-r--r--hw/slw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/slw.c b/hw/slw.c
index 09e8d1d..b916069 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -1206,7 +1206,7 @@ static void slw_dump_timer_ffdc(void)
" reg 0x%x\n", rc, reg);
break;
}
- prlog(PR_ERR, "SLW: %5x = %016llx\n", reg, val);
+ prlog(PR_DEBUG, "SLW: %5x = %016llx\n", reg, val);
}
}