From: Paul Mackerras Date: Tue, 8 Nov 2005 11:55:08 +0000 (+1100) Subject: powerpc: Simplify and clean up the xmon terminal I/O X-Git-Tag: v2.6.15-rc1~51^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca5dcd4835ed09bb1a48a355344aff7a25c76e0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed