/* SPDX-License-Identifier: GPL-2.0 */ /* * 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 | 57.84% | 7 | 43.75% |
David Howells | 42 | 20.59% | 2 | 12.50% |
Daniel Hellstrom | 13 | 6.37% | 1 | 6.25% |
Vijay Kumar | 12 | 5.88% | 1 | 6.25% |
David S. Miller | 7 | 3.43% | 1 | 6.25% |
Tom 'spot' Callaway | 7 | 3.43% | 1 | 6.25% |
Orlando Arias | 3 | 1.47% | 1 | 6.25% |
Pavel Tatashin | 1 | 0.49% | 1 | 6.25% |
Greg Kroah-Hartman | 1 | 0.49% | 1 | 6.25% |
Total | 204 | 100.00% | 16 | 100.00% |