/* * 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 | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Sam Ravnborg | 118 | 57.56% | 7 | 53.85% |
David Howells | 47 | 22.93% | 2 | 15.38% |
Daniel Hellstrom | 13 | 6.34% | 1 | 7.69% |
Vijay Kumar | 12 | 5.85% | 1 | 7.69% |
Tom 'spot' Callaway | 8 | 3.90% | 1 | 7.69% |
David S. Miller | 7 | 3.41% | 1 | 7.69% |
Total | 205 | 100.00% | 13 | 100.00% |