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

Commit 2090d939 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

Revert "perf: Set the DSU PMU to be readable from any CPU"



This reverts commit 45826d76.

This depends on f994cb4 ("perf/core: Add support for PMUs that can be
read from more than 1 CPU") from the msm-4.19 kernel but that hasn't
been ported yet.

Change-Id: Ic0dedbad915849397583a48562c6ec9b5c88c738
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 624d37ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -582,7 +582,6 @@ 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;
}