]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ppc64: allow xmon=off
authorOlaf Hering <olh@suse.de>
Thu, 4 Aug 2005 17:26:42 +0000 (19:26 +0200)
committerPaul Mackerras <paulus@samba.org>
Mon, 29 Aug 2005 00:53:37 +0000 (10:53 +1000)
commitb13cfd173f73c3f6f9a307b7b6e64d45fbd756b2
tree47d9a6ab54c4b068e3300d026c4402c14f53d384
parentbef5686229810709091fb6e505071f4aa41e3760
[PATCH] ppc64: allow xmon=off

If both CONFIG_XMON and CONFIG_XMON_DEFAULT is enabled in the .config,
there is no way to disable xmon again. setup_system calls first xmon_init,
later parse_early_param. So a new 'xmon=off' cmdline option will do the right
thing.

Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc64/kernel/setup.c
arch/ppc64/xmon/start.c
arch/ppc64/xmon/xmon.c
include/asm-ppc64/system.h