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 f609e7b commit 515a3c3Copy full SHA for 515a3c3
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
@@ -721,6 +721,7 @@ static struct miscdevice isst_if_char_driver = {
721
static const struct x86_cpu_id hpm_cpu_ids[] = {
722
X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_D, NULL),
723
X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_X, NULL),
724
+ X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT, NULL),
725
X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT_X, NULL),
726
{}
727
};
0 commit comments