]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[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)
commit480f6f35a149802a94ad5c1a2673ed6ec8d2c158
treeb0cded201abfbc7c6a1c5bfa316e6fecc1e2b507
parent9dabbfbab312909782b26580d71e3977622fab6e
[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>
arch/powerpc/kernel/setup-common.c
arch/powerpc/kernel/setup.h
arch/powerpc/kernel/setup_32.c
arch/powerpc/kernel/setup_64.c