Re: [PATCH, v2] i386/bigsmp: eliminate false warnings regardinglogical APIC ID mismatches

From: Ingo Molnar
Date: Tue Oct 18 2011 - 02:41:45 EST



* Conny Seidel <conny.seidel@xxxxxxx> wrote:

> @@ -200,14 +200,8 @@ void __init default_setup_apic_routing(v
> * - we find more than 8 CPUs in acpi LAPIC listing with
> xAPIC support */
>
> - if (!cmdline_apic && apic == &apic_default) {
> - struct apic *bigsmp = generic_bigsmp_probe();
> - if (bigsmp) {
> - apic = bigsmp;
> - printk(KERN_INFO "Overriding APIC driver with
> %s\n",

This inlined patch got hurt via linewraps in unexpected places -
please see Documentation/email-clients.txt.

Thanks,

Ingo
--
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/