From 386f192b79d7614d1293f0cefb6b651404c90c9a Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Thu, 23 Nov 2006 00:46:40 +0100 Subject: [PATCH] --- yaml --- r: 42283 b: refs/heads/master c: 2a14442bfebfea23d004fa4dfd067a94f5720ed7 h: refs/heads/master i: 42281: 682cbd272c1d0eee5d1e8c5f4afd894f2ae3c133 42279: 12f75eeee1cc560f30f96f7e0f0c39e0d782ecd2 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/xmon/xmon.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fe6257f6967b..7e73f0672c57 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 437a0706837d09d8ab071c6790da07d9d6bb3d22 +refs/heads/master: 2a14442bfebfea23d004fa4dfd067a94f5720ed7 diff --git a/trunk/arch/powerpc/xmon/xmon.c b/trunk/arch/powerpc/xmon/xmon.c index 6b9d720f7ff8..ac17abbe3ef0 100644 --- a/trunk/arch/powerpc/xmon/xmon.c +++ b/trunk/arch/powerpc/xmon/xmon.c @@ -2702,7 +2702,10 @@ static void stop_spus(void) __delay(200); spu_info[i].stopped_ok = 1; - printf("Stopped spu %.2d\n", i); + + printf("Stopped spu %.2d (was %s)\n", i, + spu_info[i].saved_spu_runcntl_RW ? + "running" : "stopped"); } else { catch_memory_errors = 0; printf("*** Error stopping spu %.2d\n", i);