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
This commit is contained in:
parent
fb70fe74be
commit
acf68d98ca
@ -808,6 +808,7 @@ static const struct x86_cpu_id rapl_model_match[] __initconst = {
|
||||
X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L, &model_skl),
|
||||
X86_MATCH_INTEL_FAM6_MODEL(ARROWLAKE_H, &model_skl),
|
||||
X86_MATCH_INTEL_FAM6_MODEL(ARROWLAKE, &model_skl),
|
||||
X86_MATCH_INTEL_FAM6_MODEL(LUNARLAKE_M, &model_skl),
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(x86cpu, rapl_model_match);
|
||||
|
Loading…
x
Reference in New Issue
Block a user