Re: Fwd: [PATCH 7/9] ACPI: Only use IPI on known broken machines(AMD, Dothan/BaniasPentium M)

From: Thomas Gleixner
Date: Wed Mar 21 2007 - 08:33:55 EST


On Tue, 2007-03-20 at 20:23 +0100, Andi Kleen wrote:
> > + else if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
> > + boot_cpu_data.x86 == 6) &&
> > + (boot_cpu_data.x86_model == 13 ||
> > + boot_cpu_data.x86_model == 9))
>
> What is with 10..12 and > 13 ? I would just force it for all model 6s that
> have >= C2 and definitely for all with C3.

C3 is unconditinally anyway.

tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/