Merge branches 'pm-opp-fixes', 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes'
[deliverable/linux.git] / arch / x86 / include / asm / intel_pt.h
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)
5 void cpu_emergency_stop_pt(void);
6 #else
7 static inline void cpu_emergency_stop_pt(void) {}
8 #endif
9
10 #endif /* _ASM_X86_INTEL_PT_H */
This page took 0.031266 seconds and 5 git commands to generate.