mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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>
This commit is contained in:
parent
3a86608788
commit
a0a0999507
|
|
@ -355,6 +355,7 @@ static const struct x86_cpu_id snc_cpu_ids[] __initconst = {
|
|||
X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, 0),
|
||||
X86_MATCH_VFM(INTEL_GRANITERAPIDS_X, 0),
|
||||
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, 0),
|
||||
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, 0),
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user