cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/include/asm/cyclone.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ASM_IA64_CYCLONE_H

#define ASM_IA64_CYCLONE_H

#ifdef	CONFIG_IA64_CYCLONE
extern int use_cyclone;
extern void __init cyclone_setup(void);
#else	/* CONFIG_IA64_CYCLONE */

#define use_cyclone 0

static inline void cyclone_setup(void) { printk(KERN_ERR "Cyclone Counter: System not configured" " w/ CONFIG_IA64_CYCLONE.\n"); }

Contributors

PersonTokensPropCommitsCommitProp
John Stultz1593.75%150.00%
Björn Helgaas16.25%150.00%
Total16100.00%2100.00%

#endif /* CONFIG_IA64_CYCLONE */ #endif /* !ASM_IA64_CYCLONE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
John Stultz4792.16%133.33%
Björn Helgaas35.88%133.33%
Greg Kroah-Hartman11.96%133.33%
Total51100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.