]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/resctrl: Remove unused struct mbm_state::chunks_bw
authorJames Morse <james.morse@arm.com>
Wed, 8 Jul 2020 16:39:20 +0000 (16:39 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:25:43 +0000 (11:25 +0100)
commitc8b506affe10d12e8fb71c3d69dc8f609d3a05ba
tree58e9c3df4dc97bafa181e5d2c41012c5ab5bf1ba
parent13ed97c2bb939890fe0814d6952189dfec57797f
x86/resctrl: Remove unused struct mbm_state::chunks_bw

commit abe8f12b44250d02937665033a8b750c1bfeb26e upstream

Nothing reads struct mbm_states's chunks_bw value, its a copy of
chunks. Remove it.

Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Link: https://lkml.kernel.org/r/20200708163929.2783-2-james.morse@arm.com
[sudip: manual backport to file at old path]
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/intel_rdt.h
arch/x86/kernel/cpu/intel_rdt_monitor.c