diff options
author | James Morse <james.morse@arm.com> | 2021-07-28 19:06:28 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-08-11 16:36:58 +0200 |
commit | 2e6678195d59c51b6ca234169ad3de01134d3dec (patch) | |
tree | 79522a26d162db8093143ebd3ed25a982aa3c178 /arch/x86/kernel/cpu/resctrl/internal.h | |
parent | x86/resctrl: Allow different CODE/DATA configurations to be staged (diff) | |
download | linux-2e6678195d59c51b6ca234169ad3de01134d3dec.tar.xz linux-2e6678195d59c51b6ca234169ad3de01134d3dec.zip |
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 'arch/x86/kernel/cpu/resctrl/internal.h')
-rw-r--r-- | arch/x86/kernel/cpu/resctrl/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/resctrl/internal.h b/arch/x86/kernel/cpu/resctrl/internal.h index 4e15667b88a8..a95893ed3795 100644 --- a/arch/x86/kernel/cpu/resctrl/internal.h +++ b/arch/x86/kernel/cpu/resctrl/internal.h @@ -529,7 +529,6 @@ void rdt_pseudo_lock_release(void); int rdtgroup_pseudo_lock_create(struct rdtgroup *rdtgrp); void rdtgroup_pseudo_lock_remove(struct rdtgroup *rdtgrp); struct rdt_domain *get_domain_from_cpu(int cpu, struct rdt_resource *r); -int update_domains(struct rdt_resource *r, int closid); int closids_supported(void); void closid_free(int closid); int alloc_rmid(void); |