480f6f35a1
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>
10 lines
210 B
C
10 lines
210 B
C
#ifndef _POWERPC_KERNEL_SETUP_H
|
|
#define _POWERPC_KERNEL_SETUP_H
|
|
|
|
void check_for_initrd(void);
|
|
void do_init_bootmem(void);
|
|
void setup_panic(void);
|
|
extern int do_early_xmon;
|
|
|
|
#endif /* _POWERPC_KERNEL_SETUP_H */
|