Merge tag 'media/v4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / intel_pt.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_INTEL_PT_H
3 #define _ASM_X86_INTEL_PT_H
4
5 #if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
6 void cpu_emergency_stop_pt(void);
7 #else
8 static inline void cpu_emergency_stop_pt(void) {}
9 #endif
10
11 #endif /* _ASM_X86_INTEL_PT_H */