]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/powerpc/include/asm/nmi.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / powerpc / include / asm / nmi.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
c54b2bf1
AB
2#ifndef _ASM_NMI_H
3#define _ASM_NMI_H
4
70412c55 5#ifdef CONFIG_PPC_WATCHDOG
2104180a 6extern void arch_touch_nmi_watchdog(void);
2104180a
NP
7extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask,
8 bool exclude_self);
9#define arch_trigger_cpumask_backtrace arch_trigger_cpumask_backtrace
10
11#else
12static inline void arch_touch_nmi_watchdog(void) {}
13#endif
14
c54b2bf1 15#endif /* _ASM_NMI_H */