[PATCH] powerpc: Make early xmon logic immune to location of early parsing
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 17 May 2006 08:00:41 +0000 (18:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 May 2006 05:02:12 +0000 (15:02 +1000)
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 <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found