[Skiboot] [PATCH] SLW: Actually print the register dump only to memory

Stewart Smith stewart at linux.vnet.ibm.com
Sat Sep 17 08:18:13 AEST 2016


Fixes: 81154ba9b2d418cd5f9eda3a6f89ca6631556510
Reported-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 hw/slw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 	}
 }
 
-- 
2.7.4



More information about the Skiboot mailing list