commit | 480f6f35a149802a94ad5c1a2673ed6ec8d2c158 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed May 17 18:00:41 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Fri May 19 15:02:12 2006 +1000 |
tree | b0cded201abfbc7c6a1c5bfa316e6fecc1e2b507 | |
parent | 9dabbfbab312909782b26580d71e3977622fab6e [diff] |
[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 <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>