Merge branch 'acpica' into linux-next
[deliverable/linux.git] / kernel / events / core.c
index 5650f5317e0c3bf48782349f1f3e64e2aa3d48a1..3cfabdf7b942908d78f071a5bedab9f7bcb6fde7 100644 (file)
@@ -6166,7 +6166,7 @@ static int __perf_pmu_output_stop(void *info)
 {
        struct perf_event *event = info;
        struct pmu *pmu = event->pmu;
-       struct perf_cpu_context *cpuctx = get_cpu_ptr(pmu->pmu_cpu_context);
+       struct perf_cpu_context *cpuctx = this_cpu_ptr(pmu->pmu_cpu_context);
        struct remote_output ro = {
                .rb     = event->rb,
        };
This page took 0.024114 seconds and 5 git commands to generate.