diff options
Diffstat (limited to 'arch/x86/include/asm/perf_event.h')
-rw-r--r-- | arch/x86/include/asm/perf_event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/perf_event.h b/arch/x86/include/asm/perf_event.h index 4e40a64315c9..588f52ea810e 100644 --- a/arch/x86/include/asm/perf_event.h +++ b/arch/x86/include/asm/perf_event.h | |||
@@ -188,7 +188,11 @@ struct x86_pmu_capability { | |||
188 | #define IBS_OP_MAX_CNT_EXT 0x007FFFFFULL /* not a register bit mask */ | 188 | #define IBS_OP_MAX_CNT_EXT 0x007FFFFFULL /* not a register bit mask */ |
189 | #define IBS_RIP_INVALID (1ULL<<38) | 189 | #define IBS_RIP_INVALID (1ULL<<38) |
190 | 190 | ||
191 | #ifdef CONFIG_X86_LOCAL_APIC | ||
191 | extern u32 get_ibs_caps(void); | 192 | extern u32 get_ibs_caps(void); |
193 | #else | ||
194 | static inline u32 get_ibs_caps(void) { return 0; } | ||
195 | #endif | ||
192 | 196 | ||
193 | #ifdef CONFIG_PERF_EVENTS | 197 | #ifdef CONFIG_PERF_EVENTS |
194 | extern void perf_events_lapic_init(void); | 198 | extern void perf_events_lapic_init(void); |