]> git.ipfire.org Git - thirdparty/linux.git/commit
perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function
authorDhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
Fri, 15 Nov 2024 06:07:57 +0000 (06:07 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 2 Dec 2024 11:01:35 +0000 (12:01 +0100)
commit2f2db347071a8736c2adcdbf2658ce532e0afc0a
tree879cc25d65983f8c172f195a5082998bc24a18cf
parentae55e308bde2267df79c4475daa85e174b7ab4c8
perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function

commit 9e9af8bbb5f9 ("perf/x86/rapl: Clean up cpumask and hotplug")
removes the cpumask handling from rapl. Post that, we no longer need the
get_rapl_pmu_cpumask() function. So remove it.

Signed-off-by: Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Zhang Rui <rui.zhang@intel.com>
Tested-by: Zhang Rui <rui.zhang@intel.com>
Link: https://lore.kernel.org/r/20241115060805.447565-2-Dhananjay.Ugwekar@amd.com
arch/x86/events/rapl.c