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
Person | Tokens | Prop | Commits | CommitProp |
John Stultz | 15 | 93.75% | 1 | 50.00% |
Björn Helgaas | 1 | 6.25% | 1 | 50.00% |
Total | 16 | 100.00% | 2 | 100.00% |
#endif /* CONFIG_IA64_CYCLONE */
#endif /* !ASM_IA64_CYCLONE_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
John Stultz | 47 | 92.16% | 1 | 33.33% |
Björn Helgaas | 3 | 5.88% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 1.96% | 1 | 33.33% |
Total | 51 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.