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

Commit 86e213e1 authored by Namhyung Kim's avatar Namhyung Kim Committed by Ingo Molnar
Browse files

perf/cgroup: Add __percpu annotation to perf_cgroup->info



It's a per-cpu data structure but missed the __percpu annotation.

Signed-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Li Zefan <lizefan@huawei.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Link: http://lkml.kernel.org/r/1363600594-11453-1-git-send-email-namhyung@kernel.org


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent b66a2356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ struct perf_cgroup_info {

struct perf_cgroup {
	struct cgroup_subsys_state	css;
	struct perf_cgroup_info		*info;
	struct perf_cgroup_info	__percpu *info;
};

/*