Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14-rc6 14 lines 364 B view raw
1#ifndef _ASM_NMI_H 2#define _ASM_NMI_H 3 4#ifdef CONFIG_PPC_WATCHDOG 5extern void arch_touch_nmi_watchdog(void); 6extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask, 7 bool exclude_self); 8#define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace 9 10#else 11static inline void arch_touch_nmi_watchdog(void) {} 12#endif 13 14#endif /* _ASM_NMI_H */