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)
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>

No differences found