cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Nicholas Piggin8100.00%1100.00%
Total8100.00%1100.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

PersonTokensPropCommitsCommitProp
Michael Ellerman3048.39%233.33%
Nicholas Piggin2235.48%233.33%
Anton Blanchard914.52%116.67%
Greg Kroah-Hartman11.61%116.67%
Total62100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.