diff options
Diffstat (limited to 'arch/x86/kernel/cpu/perf_event_intel.c')
-rw-r--r-- | arch/x86/kernel/cpu/perf_event_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c index cf6590cf4a5f..977e7544738c 100644 --- a/arch/x86/kernel/cpu/perf_event_intel.c +++ b/arch/x86/kernel/cpu/perf_event_intel.c | |||
@@ -757,7 +757,7 @@ again: | |||
757 | 757 | ||
758 | inc_irq_stat(apic_perf_irqs); | 758 | inc_irq_stat(apic_perf_irqs); |
759 | ack = status; | 759 | ack = status; |
760 | for_each_bit(bit, (unsigned long *)&status, X86_PMC_IDX_MAX) { | 760 | for_each_set_bit(bit, (unsigned long *)&status, X86_PMC_IDX_MAX) { |
761 | struct perf_event *event = cpuc->events[bit]; | 761 | struct perf_event *event = cpuc->events[bit]; |
762 | 762 | ||
763 | clear_bit(bit, (unsigned long *) &status); | 763 | clear_bit(bit, (unsigned long *) &status); |