[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200707191547.39131.ak@suse.de>
Date: Thu, 19 Jul 2007 15:47:38 +0200
From: Andi Kleen <ak@...e.de>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: dilinger@...ued.net, david-b@...bell.net, patches@...-64.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH for review] [31/48] i386: basic infrastructure support for AMD geode-class machines
> > +/* 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists