Skip to content

Commit a0a0999

Browse files
yu-chen-surfbp3tk0v
authored andcommitted
x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater Forest
Clearwater Forest supports SNC mode. Add it to the snc_cpu_ids[] table. Signed-off-by: Chen Yu <yu.c.chen@intel.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by: Reinette Chatre <reinette.chatre@intel.com> Acked-by: Tony Luck <tony.luck@intel.com>
1 parent 3a86608 commit a0a0999

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/kernel/cpu/resctrl/monitor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ static const struct x86_cpu_id snc_cpu_ids[] __initconst = {
355355
X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, 0),
356356
X86_MATCH_VFM(INTEL_GRANITERAPIDS_X, 0),
357357
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, 0),
358+
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, 0),
358359
{}
359360
};
360361

0 commit comments

Comments
 (0)