[PATCH 2/2] intel_rdt: export min_cbm_bits

2016-11-03 Thread Shaohua Li
min_cbm_bits could be 1 or 2 for L3 cache. Kenrel does check the bits when writting mask. Unfortunately it's not exported to userspace. This patch fixes the gap. Signed-off-by: Shaohua Li --- arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 16 1 file changed, 16

[PATCH 2/2] intel_rdt: export min_cbm_bits

2016-11-03 Thread Shaohua Li
min_cbm_bits could be 1 or 2 for L3 cache. Kenrel does check the bits when writting mask. Unfortunately it's not exported to userspace. This patch fixes the gap. Signed-off-by: Shaohua Li --- arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 16 1 file changed, 16 insertions(+) diff