cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header file
authorJames Morse <james.morse@arm.com>
Wed, 8 Jul 2020 16:39:29 +0000 (16:39 +0000)
committerBorislav Petkov <bp@suse.de>
Wed, 19 Aug 2020 09:04:23 +0000 (11:04 +0200)
commit709c4362725abb5fa1e36fd94893a9b0d049df82
tree6e8867ab86417619c6cfae161c4afd3a98647032
parent316e7f901f5aedb415c72d1eedd7de0846238dd0
cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header file

resctrl/core.c defines get_cache_id() for use in its cpu-hotplug
callbacks. This gets the id attribute of the cache at the corresponding
level of a CPU.

Later rework means this private function needs to be shared. Move
it to the header file.

The name conflicts with a different definition in intel_cacheinfo.c,
name it get_cpu_cacheinfo_id() to show its relation with
get_cpu_cacheinfo().

Now this is visible on other architectures, check the id attribute
has actually been set.

Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lkml.kernel.org/r/20200708163929.2783-11-james.morse@arm.com
arch/x86/kernel/cpu/resctrl/core.c
include/linux/cacheinfo.h