mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
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>
9 lines
210 B
C
9 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 */
|