Release 4.18 arch/powerpc/include/asm/nmi.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_NMI_H
#define _ASM_NMI_H
#ifdef CONFIG_PPC_WATCHDOG
extern void arch_touch_nmi_watchdog(void);
#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
#if defined(CONFIG_NMI_IPI) && defined(CONFIG_STACKTRACE)
extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask,
bool exclude_self);
#define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace
#endif
#endif /* _ASM_NMI_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Michael Ellerman | 30 | 48.39% | 2 | 33.33% |
Nicholas Piggin | 22 | 35.48% | 2 | 33.33% |
Anton Blanchard | 9 | 14.52% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 1.61% | 1 | 16.67% |
Total | 62 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.