perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member
[ Upstream commit 4f81cc2d1bf91a49d33eb6578b58db2518deef01 ]
Fixes: d6389d3ccc ("perf/x86/amd/uncore: Refactor uncore management")
Signed-off-by: Sandipan Das <sandipan.das@amd.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/30f9254c2de6c4318dd0809ef85a1677f68eef10.1744906694.git.sandipan.das@amd.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
623074162b
commit
18807198d5
@@ -38,7 +38,6 @@ struct amd_uncore_ctx {
|
|||||||
int refcnt;
|
int refcnt;
|
||||||
int cpu;
|
int cpu;
|
||||||
struct perf_event **events;
|
struct perf_event **events;
|
||||||
struct hlist_node node;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct amd_uncore_pmu {
|
struct amd_uncore_pmu {
|
||||||
|
|||||||
Reference in New Issue
Block a user