Skip to content

Commit 8659da8

Browse files
Kan Lianggregkh
authored andcommitted
perf/x86/intel/uncore: Add Clearwater Forest support
commit b6ccddd upstream. From the perspective of the uncore PMU, the Clearwater Forest is the same as the previous Sierra Forest. The only difference is the event list, which will be supported in the perf tool later. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 908dd70 commit 8659da8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/intel/uncore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,7 @@ static const struct x86_cpu_id intel_uncore_match[] __initconst = {
19101910
X86_MATCH_VFM(INTEL_ATOM_GRACEMONT, &adl_uncore_init),
19111911
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, &gnr_uncore_init),
19121912
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, &gnr_uncore_init),
1913+
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, &gnr_uncore_init),
19131914
{},
19141915
};
19151916
MODULE_DEVICE_TABLE(x86cpu, intel_uncore_match);

0 commit comments

Comments
 (0)