19 Jun
2019
19 Jun
'19
2:52 p.m.
Add common helpers to provide same functionality in a cleaner way. This will also help support the DMI-based quirks being introduced to handle SOF/SST autodetection.
+#define ICPU(model) { X86_VENDOR_INTEL, 6, model, X86_FEATURE_ANY, }
We have macros for this in intel-family.h.
Andy, just to double-check, were you referring to the following macro? #define INTEL_CPU_FAM6(_model, _driver_data)
Thanks!