]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/include/asm/intel_pt.h
x86/bugs, KVM: Support the combination of guest and host IBRS
[mirror_ubuntu-artful-kernel.git] / arch / x86 / include / asm / intel_pt.h
CommitLineData
24cc12b1
TI
1#ifndef _ASM_X86_INTEL_PT_H
2#define _ASM_X86_INTEL_PT_H
3
4#if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
5void cpu_emergency_stop_pt(void);
6#else
7static inline void cpu_emergency_stop_pt(void) {}
8#endif
9
10#endif /* _ASM_X86_INTEL_PT_H */