Skip to content

Commit 2d58a9a

Browse files
aeglgregkh
authored andcommitted
x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
commit 1d9f3e2 upstream. New stepping of Skylake has fixes for cache occupancy and memory bandwidth monitoring. Update the code to enable these by default on newer steppings. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: [email protected] # v4.14 Cc: Vikas Shivappa <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e6ef46c commit 2d58a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/kernel/cpu/intel_rdt.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,8 @@ static __init void rdt_quirks(void)
773773
case INTEL_FAM6_SKYLAKE_X:
774774
if (boot_cpu_data.x86_stepping <= 4)
775775
set_rdt_options("!cmt,!mbmtotal,!mbmlocal,!l3cat");
776+
else
777+
set_rdt_options("!l3cat");
776778
}
777779
}
778780

0 commit comments

Comments
 (0)