Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caf88f5a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "perf: Remove support for events_across_hotplug"

parents 31ed3b02 999cfc33
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -602,7 +602,6 @@ static void armpmu_init(struct arm_pmu *armpmu)
	armpmu->pmu.start = armpmu_start;
	armpmu->pmu.stop = armpmu_stop;
	armpmu->pmu.read = armpmu_read;
	armpmu->pmu.events_across_hotplug = 1;
}

int armpmu_register(struct arm_pmu *armpmu, int type)