]> rtime.felk.cvut.cz Git - linux-imx.git/commit
powerpc/xmon: Merge start.c into nonstdio.c
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 9 Oct 2012 04:20:32 +0000 (04:20 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Nov 2012 01:59:46 +0000 (12:59 +1100)
commit33b5cd686649f56d40fa258a0881f6acdbd70134
tree135a390386192ec1e6f49c88c86c4de83b85c5fd
parent88c6d62641514686e0b1b0e33d9faf1e39ec7e58
powerpc/xmon: Merge start.c into nonstdio.c

The routines in start.c are only ever called from nonstdio.c, so if we
move them in there they can become static which is nice.

I suspect the idea behind the separation was that start.c could be
replaced in order to build xmon in userland. If anyone still cares about
doing that we could handle that with an ifdef or two.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/xmon/Makefile
arch/powerpc/xmon/nonstdio.c
arch/powerpc/xmon/nonstdio.h
arch/powerpc/xmon/start.c [deleted file]