]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/xmon: Remove SPU debug and disassembly
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 18 Dec 2024 10:54:54 +0000 (21:54 +1100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Wed, 26 Feb 2025 15:45:08 +0000 (21:15 +0530)
commit41cc49efffd73d44be7c6c104a50754c11b957bd
tree94284e8f2904006e8765858a8970f723d4aa61ee
parent11923e0d9d958b8349e6099ebd3cad7733ffa35f
powerpc/xmon: Remove SPU debug and disassembly

Now that the IBM Cell Blade support is removed, the xmon SPU support is
effectively unusable. That is because PS3 doesn't implement udbg_getc
which is required to send input to xmon.

So remove the xmon SPU support.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241218105523.416573-6-mpe@ellerman.id.au
arch/powerpc/include/asm/xmon.h
arch/powerpc/platforms/cell/spu_base.c
arch/powerpc/xmon/Makefile
arch/powerpc/xmon/spu-dis.c [deleted file]
arch/powerpc/xmon/spu-insns.h [deleted file]
arch/powerpc/xmon/spu-opc.c [deleted file]
arch/powerpc/xmon/spu.h [deleted file]
arch/powerpc/xmon/xmon.c