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

This reverts commit 45826d76e1.

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: Jordan Crouse <jcrouse@codeaurora.org>
This commit is contained in:
Jordan Crouse 2019-12-06 16:20:54 -07:00
parent 624d37bab6
commit 2090d93985

View File

@ -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;
}