/* * 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[PAGE_SIZE / sizeof(unsigned long)]; 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 | 58.13% | 7 | 46.67% |
| David Howells | 42 | 20.69% | 2 | 13.33% |
| Daniel Hellstrom | 13 | 6.40% | 1 | 6.67% |
| Vijay Kumar | 12 | 5.91% | 1 | 6.67% |
| Tom 'spot' Callaway | 7 | 3.45% | 1 | 6.67% |
| David S. Miller | 7 | 3.45% | 1 | 6.67% |
| Orlando Arias | 3 | 1.48% | 1 | 6.67% |
| Pavel Tatashin | 1 | 0.49% | 1 | 6.67% |
| Total | 203 | 100.00% | 15 | 100.00% |