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

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

Merge "perf: Set the DSU PMU to be readable from any CPU" into msm-4.14

parents 1351fd71 04a8eb12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -591,6 +591,7 @@ static int dsu_pmu_event_init(struct perf_event *event)
		return -EINVAL;

	event->hw.config_base = event->attr.config;
	event->readable_on_cpus = CPU_MASK_ALL;
	return 0;
}