Release 4.14 arch/ia64/include/asm/idle.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_IA64_IDLE_H
#define _ASM_IA64_IDLE_H
static inline void enter_idle(void) { }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Beulich | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void exit_idle(void) { }
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Beulich | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif /* _ASM_IA64_IDLE_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Beulich | 25 | 96.15% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.85% | 1 | 50.00% |
Total | 26 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.