|
@@ -57,11 +57,7 @@
|
|
|
#define ICPU(model) { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, }
|
|
|
|
|
|
static const struct x86_cpu_id int0002_cpu_ids[] = {
|
|
|
-/*
|
|
|
- * Limit ourselves to Cherry Trail for now, until testing shows we
|
|
|
- * need to handle the INT0002 device on Baytrail too.
|
|
|
- * ICPU(INTEL_FAM6_ATOM_SILVERMONT1), * Valleyview, Bay Trail *
|
|
|
- */
|
|
|
+ ICPU(INTEL_FAM6_ATOM_SILVERMONT1), /* Valleyview, Bay Trail */
|
|
|
ICPU(INTEL_FAM6_ATOM_AIRMONT), /* Braswell, Cherry Trail */
|
|
|
{}
|
|
|
};
|