Skip to content

Commit acf68d9

Browse files
zhang-ruiingomolnar
authored andcommitted
perf/x86/rapl: Add support for Intel Lunar Lake
Lunar Lake RAPL support is the same as previous Sky Lake. Add Lunar Lake model for RAPL. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240410124554.448987-2-rui.zhang@intel.com
1 parent fb70fe7 commit acf68d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/events/rapl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@ static const struct x86_cpu_id rapl_model_match[] __initconst = {
808808
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, &model_skl),
809809
X86_MATCH_INTEL_FAM6_MODEL(ARROWLAKE_H, &model_skl),
810810
X86_MATCH_INTEL_FAM6_MODEL(ARROWLAKE, &model_skl),
811+
X86_MATCH_INTEL_FAM6_MODEL(LUNARLAKE_M, &model_skl),
811812
{},
812813
};
813814
MODULE_DEVICE_TABLE(x86cpu, rapl_model_match);

0 commit comments

Comments
 (0)