Release 4.13 arch/powerpc/include/asm/nmi.h
#ifndef _ASM_NMI_H
#define _ASM_NMI_H
#ifdef CONFIG_HARDLOCKUP_DETECTOR
extern void arch_touch_nmi_watchdog(void);
extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask,
bool exclude_self);
#define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace
#else
static inline void arch_touch_nmi_watchdog(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Nicholas Piggin | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif /* _ASM_NMI_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Nicholas Piggin | 39 | 81.25% | 1 | 50.00% |
Anton Blanchard | 9 | 18.75% | 1 | 50.00% |
Total | 48 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.