This series adds a bug fix for AMD and a minor code cleanup. --- v5: This is bug. So, submitting these patches as a separate series from the old v4 series. This was a comment from James Morse. v4 https://lore.kernel.org/lkml/166257348081.1043018.11227924488792315932.stgit@bmoger-ubuntu/ Babu Moger (2): x86/resctrl: Fix min_cbm_bits for AMD x86/resctrl: Remove arch_has_empty_bitmaps arch/x86/kernel/cpu/resctrl/core.c | 10 ++-------- arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 3 +-- include/linux/resctrl.h | 6 +++--- 3 files changed, 6 insertions(+), 13 deletions(-) --