Skip to content

Commit dde8ec8

Browse files
aeglrafaeljw
authored andcommitted
ACPI: LPSS: Switch to new Intel CPU model defines
New CPU #defines encode vendor and family as well as model. Signed-off-by: Tony Luck <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent c3f38fa commit dde8ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/acpi/x86/lpss.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ static const struct lpss_device_desc bsw_spi_dev_desc = {
338338
};
339339

340340
static const struct x86_cpu_id lpss_cpu_ids[] = {
341-
X86_MATCH_INTEL_FAM6_MODEL(ATOM_SILVERMONT, NULL),
342-
X86_MATCH_INTEL_FAM6_MODEL(ATOM_AIRMONT, NULL),
341+
X86_MATCH_VFM(INTEL_ATOM_SILVERMONT, NULL),
342+
X86_MATCH_VFM(INTEL_ATOM_AIRMONT, NULL),
343343
{}
344344
};
345345

0 commit comments

Comments
 (0)