Skip to content

Commit d5debdd

Browse files
aeglbjorn-helgaas
authored andcommitted
PCI/PM: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 7d2ebbc commit d5debdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/pci/pci-mid.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ pci_power_t mid_pci_get_power_state(struct pci_dev *pdev)
3838
* arch/x86/platform/intel-mid/pwr.c.
3939
*/
4040
static const struct x86_cpu_id lpss_cpu_ids[] = {
41-
X86_MATCH_INTEL_FAM6_MODEL(ATOM_SALTWELL_MID, NULL),
42-
X86_MATCH_INTEL_FAM6_MODEL(ATOM_SILVERMONT_MID, NULL),
41+
X86_MATCH_VFM(INTEL_ATOM_SALTWELL_MID, NULL),
42+
X86_MATCH_VFM(INTEL_ATOM_SILVERMONT_MID, NULL),
4343
{}
4444
};
4545

0 commit comments

Comments
 (0)