19 Jun
2019
19 Jun
'19
4:04 p.m.
On Wed, Jun 19, 2019 at 01:52:57PM +0200, Pierre-Louis Bossart wrote:
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)
Yes, and my patch to move pointer elsewhere. Now I realize that the macro without data pointer wasn't accepted by some reason.
--
With Best Regards,
Andy Shevchenko