summaryrefslogtreecommitdiff
path: root/arch/x86/machine
diff options
context:
space:
mode:
authorRemy Noel <mocramis@gmail.com>2018-05-03 14:27:24 +0200
committerRemy Noel <mocramis@gmail.com>2018-05-03 15:42:08 +0200
commitbdd785431c87d1a3362c69650415cadfc0c4adc5 (patch)
tree73f9b9bbcdcdf331aa8d74f0db175b63f7c98a68 /arch/x86/machine
parent8f7aeebfc21af051ecb914d286564a10492927a0 (diff)
perfmon: Remove useless accessors.
Also rename pmc oveflow handling function.
Diffstat (limited to 'arch/x86/machine')
-rw-r--r--arch/x86/machine/pmu_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/pmu_intel.c b/arch/x86/machine/pmu_intel.c
index e5d9ef7..6fbdbae 100644
--- a/arch/x86/machine/pmu_intel.c
+++ b/arch/x86/machine/pmu_intel.c
@@ -312,7 +312,7 @@ pmu_intel_handle_of_intr_v2(void)
break;
}
- perfmon_cpu_pmc_inc_of(pmc_id);
+ perfmon_cpu_on_pmc_of(pmc_id);
}
}