[PATCH v5 0/2] x86/resctrl: Fix min_cbm_bits for AMD and code cleanup

From: Babu Moger
Date: Tue Sep 27 2022 - 16:18:12 EST


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(-)

--