x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / sparc / include / asm / setup.h
blob5e35e051731887c3e284b2b7e92c254365ac36be
1 /*
2 * Just a place holder.
3 */
4 #ifndef _SPARC_SETUP_H
5 #define _SPARC_SETUP_H
7 #include <uapi/asm/setup.h>
10 extern char reboot_command[];
12 #ifdef CONFIG_SPARC32
13 /* The CPU that was used for booting
14 * Only sun4d + leon may have boot_cpu_id != 0
16 extern unsigned char boot_cpu_id;
18 extern unsigned long empty_zero_page;
20 extern int serial_console;
21 static inline int con_is_present(void)
23 return serial_console ? 0 : 1;
25 #endif
27 extern void sun_do_break(void);
28 extern int stop_a_enabled;
29 extern int scons_pwroff;
31 #endif /* _SPARC_SETUP_H */