[PATCH 3/14] cell: spu management xmon routines

Geoff Levand geoffrey.levand at am.sony.com
Wed Nov 22 15:19:57 EST 2006


This fixes the xmon support for the cell spu to be compatable with the split
spu platform code.


Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>
Acked-by: Michael Ellerman <michael at ellerman.id.au>

---
 arch/powerpc/xmon/xmon.c |    8 +-------
 1 files changed, 1 insertion(+), 7 deletions(-)

Index: cell--common--6/arch/powerpc/xmon/xmon.c
===================================================================
--- cell--common--6.orig/arch/powerpc/xmon/xmon.c
+++ cell--common--6/arch/powerpc/xmon/xmon.c
@@ -2771,8 +2771,6 @@
 
 	DUMP_FIELD(spu, "0x%x", number);
 	DUMP_FIELD(spu, "%s", name);
-	DUMP_FIELD(spu, "%s", devnode->full_name);
-	DUMP_FIELD(spu, "0x%x", nid);
 	DUMP_FIELD(spu, "0x%lx", local_store_phys);
 	DUMP_FIELD(spu, "0x%p", local_store);
 	DUMP_FIELD(spu, "0x%lx", ls_size);
@@ -2796,12 +2794,8 @@
 	DUMP_FIELD(spu, "0x%x", problem->spu_runcntl_RW);
 	DUMP_FIELD(spu, "0x%x", problem->spu_status_R);
 	DUMP_FIELD(spu, "0x%x", problem->spu_npc_RW);
-	DUMP_FIELD(spu, "0x%p", priv1);
-
-	if (spu->priv1)
-		DUMP_FIELD(spu, "0x%lx", priv1->mfc_sr1_RW);
-
 	DUMP_FIELD(spu, "0x%p", priv2);
+	DUMP_FIELD(spu, "0x%p", pdata);
 }
 
 static int do_spu_cmd(void)




More information about the Linuxppc-dev mailing list