aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/cpu/perf_counter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/perf_counter.c b/arch/x86/kernel/cpu/perf_counter.c
index c109819c2cb9..6cc1660db8d6 100644
--- a/arch/x86/kernel/cpu/perf_counter.c
+++ b/arch/x86/kernel/cpu/perf_counter.c
@@ -740,6 +740,7 @@ static int intel_pmu_handle_irq(struct pt_regs *regs, int nmi)
740again: 740again:
741 if (++loops > 100) { 741 if (++loops > 100) {
742 WARN_ONCE(1, "perfcounters: irq loop stuck!\n"); 742 WARN_ONCE(1, "perfcounters: irq loop stuck!\n");
743 perf_counter_print_debug();
743 return 1; 744 return 1;
744 } 745 }
745 746