diff options
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 6b9d720f7ff8..ac17abbe3ef0 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -2702,7 +2702,10 @@ static void stop_spus(void) | |||
2702 | __delay(200); | 2702 | __delay(200); |
2703 | 2703 | ||
2704 | spu_info[i].stopped_ok = 1; | 2704 | spu_info[i].stopped_ok = 1; |
2705 | printf("Stopped spu %.2d\n", i); | 2705 | |
2706 | printf("Stopped spu %.2d (was %s)\n", i, | ||
2707 | spu_info[i].saved_spu_runcntl_RW ? | ||
2708 | "running" : "stopped"); | ||
2706 | } else { | 2709 | } else { |
2707 | catch_memory_errors = 0; | 2710 | catch_memory_errors = 0; |
2708 | printf("*** Error stopping spu %.2d\n", i); | 2711 | printf("*** Error stopping spu %.2d\n", i); |