/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_IDLE_H #define __ASM_IDLE_H #include <linux/cpuidle.h> #include <linux/linkage.h> extern void (*cpu_wait)(void); extern void r4k_wait(void); extern asmlinkage void __r4k_wait(void); extern void r4k_wait_irqoff(void);
static inline int using_rollback_handler(void) { return cpu_wait == r4k_wait; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 58 | 69.05% | 3 | 50.00% |
Paul Burton | 24 | 28.57% | 1 | 16.67% |
Daniel Lezcano | 1 | 1.19% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 1.19% | 1 | 16.67% |
Total | 84 | 100.00% | 6 | 100.00% |