From: Olaf Hering Date: Thu, 4 Aug 2005 17:26:42 +0000 (+0200) Subject: [PATCH] ppc64: allow xmon=off X-Git-Tag: v2.6.14-rc1~1037^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13cfd173f73c3f6f9a307b7b6e64d45fbd756b2;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed