/* * Just a place holder. */ #ifndef _SPARC_SETUP_H #define _SPARC_SETUP_H #include <linux/interrupt.h> #include <uapi/asm/setup.h> extern char reboot_command[]; #ifdef CONFIG_SPARC32 /* The CPU that was used for booting * Only sun4d + leon may have boot_cpu_id != 0 */ extern unsigned char boot_cpu_id; extern unsigned long empty_zero_page; extern int serial_console;
static inline int con_is_present(void) { return serial_console ? 0 : 1; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
david howells | david howells | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
sam ravnborg | sam ravnborg | 118 | 61.14% | 7 | 58.33% |
david howells | david howells | 47 | 24.35% | 2 | 16.67% |
daniel hellstrom | daniel hellstrom | 13 | 6.74% | 1 | 8.33% |
tom 'spot' callaway | tom 'spot' callaway | 8 | 4.15% | 1 | 8.33% |
david s. miller | david s. miller | 7 | 3.63% | 1 | 8.33% |
Total | 193 | 100.00% | 12 | 100.00% |