mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 13:54:57 +08:00
platform/x86/intel-uncore-freq: Add Sapphire Rapids server support
Sapphire Rapids uncore frequency control is the same as Skylake and Ice Lake. Add the Sapphire Rapids CPU model number to the match array. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Reviewed-by: Tony Luck <tony.luck@intel.com> Link: https://lore.kernel.org/r/20210203114320.1398801-1-dedekind1@gmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
ae5919d349
commit
60accc011a
@ -377,6 +377,7 @@ static const struct x86_cpu_id intel_uncore_cpu_ids[] = {
|
|||||||
X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, NULL),
|
X86_MATCH_INTEL_FAM6_MODEL(SKYLAKE_X, NULL),
|
||||||
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, NULL),
|
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, NULL),
|
||||||
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, NULL),
|
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_D, NULL),
|
||||||
|
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, NULL),
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user