We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220326c commit 6c0a473Copy full SHA for 6c0a473
drivers/platform/x86/intel/ifs/core.c
@@ -20,6 +20,7 @@ static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
20
X86_MATCH(INTEL_GRANITERAPIDS_X, ARRAY_GEN0),
21
X86_MATCH(INTEL_GRANITERAPIDS_D, ARRAY_GEN0),
22
X86_MATCH(INTEL_ATOM_CRESTMONT_X, ARRAY_GEN1),
23
+ X86_MATCH(INTEL_ATOM_DARKMONT_X, ARRAY_GEN1),
24
{}
25
};
26
MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);
0 commit comments