powerpc: Merge xmon
authorPaul Mackerras <paulus@samba.org>
Fri, 28 Oct 2005 12:53:37 +0000 (22:53 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 28 Oct 2005 12:53:37 +0000 (22:53 +1000)
commitf78541dcec327b0c46b150ee7d727f3db80275c4
tree9336801742d93ffa0c84c76e2b3cdc5b50c7125b
parentc032524f0ddea5fcc3a2cece0d4a61f37e5ca9cd
powerpc: Merge xmon

The merged version follows the ppc64 version pretty closely mostly,
and in fact ARCH=ppc64 now uses the arch/powerpc/xmon version.
The main difference for ppc64 is that the 'p' command to call
show_state (which was always pretty dodgy) has been replaced by
the ppc32 'p' command, which calls a given procedure (so in fact
the old 'p' command behaviour can be achieved with 'p $show_state').

Signed-off-by: Paul Mackerras <paulus@samba.org>
32 files changed:
arch/powerpc/Makefile
arch/powerpc/kernel/head_32.S
arch/powerpc/kernel/ppc_ksyms.c
arch/powerpc/kernel/setup_32.c
arch/powerpc/kernel/setup_64.c
arch/powerpc/lib/Makefile
arch/powerpc/xmon/Makefile [new file with mode: 0644]
arch/powerpc/xmon/ansidecl.h [new file with mode: 0644]
arch/powerpc/xmon/nonstdio.h [new file with mode: 0644]
arch/powerpc/xmon/ppc-dis.c [new file with mode: 0644]
arch/powerpc/xmon/ppc-opc.c [new file with mode: 0644]
arch/powerpc/xmon/ppc.h [new file with mode: 0644]
arch/powerpc/xmon/setjmp.S [new file with mode: 0644]
arch/powerpc/xmon/start_32.c [new file with mode: 0644]
arch/powerpc/xmon/start_64.c [new file with mode: 0644]
arch/powerpc/xmon/start_8xx.c [new file with mode: 0644]
arch/powerpc/xmon/subr_prf.c [new file with mode: 0644]
arch/powerpc/xmon/xmon.c [new file with mode: 0644]
arch/ppc64/Makefile
arch/ppc64/xmon/Makefile [deleted file]
arch/ppc64/xmon/ansidecl.h [deleted file]
arch/ppc64/xmon/nonstdio.h [deleted file]
arch/ppc64/xmon/ppc-dis.c [deleted file]
arch/ppc64/xmon/ppc-opc.c [deleted file]
arch/ppc64/xmon/ppc.h [deleted file]
arch/ppc64/xmon/setjmp.S [deleted file]
arch/ppc64/xmon/start.c [deleted file]
arch/ppc64/xmon/subr_prf.c [deleted file]
arch/ppc64/xmon/xmon.c [deleted file]
include/asm-powerpc/ppc_asm.h
include/asm-powerpc/reg.h
include/asm-powerpc/xmon.h