powercap / RAPL: add support for CPU model 0x3f
[firefly-linux-kernel-4.4.55.git] / drivers / powercap / intel_rapl.c
index b1cda6ffdbcc5f6bfc6aa5d3e4c42d44b038823b..a362dcc20ec0fd5204754fab20ccc3bd6150204f 100644 (file)
@@ -953,6 +953,7 @@ static const struct x86_cpu_id rapl_ids[] = {
        { X86_VENDOR_INTEL, 6, 0x3a},/* Ivy Bridge */
        { X86_VENDOR_INTEL, 6, 0x3c},/* Haswell */
        { X86_VENDOR_INTEL, 6, 0x3d},/* Broadwell */
+       { X86_VENDOR_INTEL, 6, 0x3f},/* Haswell */
        { X86_VENDOR_INTEL, 6, 0x45},/* Haswell ULT */
        /* TODO: Add more CPU IDs after testing */
        {}