powerpc: Simplify and clean up the xmon terminal I/O
authorPaul Mackerras <paulus@samba.org>
Tue, 8 Nov 2005 11:55:08 +0000 (22:55 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 Nov 2005 11:55:08 +0000 (22:55 +1100)
commitfca5dcd4835ed09bb1a48a355344aff7a25c76e0
treeb596fad4509d3208ef974b9e22b2326ecfd85b83
parent3825ac0ee66b50cb0208ee74796fe65f3040e67c
powerpc: Simplify and clean up the xmon terminal I/O

This factors out the common bits of arch/powerpc/xmon/start_*.c into
a new nonstdio.c, and removes some stuff that was supposed to make
xmon's I/O routines somewhat stdio-like but was never used.

It also makes the parsing of the xmon= command line option common,
so that ppc32 can now use xmon={off,on,early} also.

Signed-off-by: Paul Mackerras <paulus@samba.org>
12 files changed:
arch/powerpc/kernel/setup-common.c
arch/powerpc/kernel/setup_32.c
arch/powerpc/kernel/setup_64.c
arch/powerpc/xmon/Makefile
arch/powerpc/xmon/nonstdio.c [new file with mode: 0644]
arch/powerpc/xmon/nonstdio.h
arch/powerpc/xmon/start_32.c
arch/powerpc/xmon/start_64.c
arch/powerpc/xmon/start_8xx.c
arch/powerpc/xmon/subr_prf.c [deleted file]
arch/powerpc/xmon/xmon.c
include/asm-powerpc/xmon.h