Revert "powercap: RAPL: fix invalid initialization for pl4_supported field"

This reverts commit 170a2bbc2b.
This commit is contained in:
Ksawlii 2024-11-24 00:23:18 +01:00
parent ac6c389c56
commit 1fa36611d8

View file

@ -126,7 +126,7 @@ static int rapl_msr_write_raw(int cpu, struct reg_action *ra)
/* List of verified CPUs. */
static const struct x86_cpu_id pl4_support_ids[] = {
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE_L, NULL),
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_TIGERLAKE_L, X86_FEATURE_ANY },
{}
};