[PATCH 7/9] x86/intel_rdt: Fix incorrect loop end condition

2018-09-14 Thread Fenghua Yu
From: Reinette Chatre A loop is used to check if a CAT resource's CBM of one CLOSID overlaps with the CBM of another CLOSID of the same resource. The loop is run over all CLOSIDs supported by the resource. The problem with running the loop over all CLOSIDs supported by the resource is that its

[PATCH 7/9] x86/intel_rdt: Fix incorrect loop end condition

2018-09-14 Thread Fenghua Yu
From: Reinette Chatre A loop is used to check if a CAT resource's CBM of one CLOSID overlaps with the CBM of another CLOSID of the same resource. The loop is run over all CLOSIDs supported by the resource. The problem with running the loop over all CLOSIDs supported by the resource is that its