> > +/* Specific geode tests */
> > +
> > +static inline int is_geode_gx(void)
> > +{
> > + return ((boot_cpu_data.x86_vendor == X86_VENDOR_NSC) &&
> > + (boot_cpu_data.x86 == 5) &&
> > + (boot_cpu_data.x86_model == 5));
> > +}
>
> My docs imply this could also be 5,5,VENDOR_CYRIX ?
>
> Mot sure it matters for the I/O stuff
I guess i'll wait for someone with that hardware to submit a tested patch.
Just changing it blind seems too risky.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/