From: Michael Ellerman Date: Wed, 17 May 2006 08:00:41 +0000 (+1000) Subject: [PATCH] powerpc: Make early xmon logic immune to location of early parsing X-Git-Tag: v2.6.18-rc1~1081^2~225^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480f6f35a149802a94ad5c1a2673ed6ec8d2c158;p=pandora-kernel.git [PATCH] powerpc: Make early xmon logic immune to location of early parsing Currently early_xmon() calls directly into debugger() if xmon=early is passed. This ties the invocation of early xmon to the location of parse_early_param(), which might change. Tested on P5 LPAR and F50. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed