> >  #ifdef CONFIG_X86
> > -   return ((boot_cpu_data.x86_model == INTEL_FAM6_ATOM_AIRMONT) ? 1 : 0);
> > +   return ((boot_cpu_data.x86_vfm == INTEL_ATOM_AIRMONT) ? 1 : 0);
> >  #else
> >     return false;
> >  #endif
>
> Thanks!
>
> Reviewed-by: Jarkko Sakkinen <[email protected]>
>
> You want me to pick this?

This depends on patches 1,2,3 in this series. Boris may be applying those to 
TIP soon.

Are you Ok with this patch also going into the TIP tree to keep all the parts 
in sync?

Otherwise it can wait until this moves from TIP to Linus. I'm not in a great 
rush.

-Tony

Reply via email to