diff options
author | James Morse <james.morse@arm.com> | 2021-07-28 20:06:28 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-08-11 17:36:58 +0300 |
commit | 2e6678195d59c51b6ca234169ad3de01134d3dec (patch) | |
tree | 79522a26d162db8093143ebd3ed25a982aa3c178 /include/linux/resctrl.h | |
parent | 75408e43509ed6207870c0e7e28656acbbc1f7fd (diff) | |
download | linux-2e6678195d59c51b6ca234169ad3de01134d3dec.tar.xz |
x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()
update_domains() merges the staged configuration changes into the arch
codes configuration array. Rename to make it clear it is part of the
arch code interface to resctrl.
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Jamie Iles <jamie@nuviainc.com>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Tested-by: Babu Moger <babu.moger@amd.com>
Link: https://lkml.kernel.org/r/20210728170637.25610-16-james.morse@arm.com
Diffstat (limited to 'include/linux/resctrl.h')
-rw-r--r-- | include/linux/resctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h index 51ba372f96cd..be5881171576 100644 --- a/include/linux/resctrl.h +++ b/include/linux/resctrl.h @@ -199,5 +199,6 @@ struct resctrl_schema { /* The number of closid supported by this resource regardless of CDP */ u32 resctrl_arch_get_num_closid(struct rdt_resource *r); +int resctrl_arch_update_domains(struct rdt_resource *r, u32 closid); #endif /* _RESCTRL_H */ |