Re: [patch 1/1] Do not enforce unique IO_APIC_ID for Xeonprocessors in EM64T mode (x86_64)

From: Len Brown
Date: Fri May 06 2005 - 12:36:12 EST


On Thu, 2005-05-05 at 18:11, Natalie.Protasevich@xxxxxxxxxx wrote:
>
> This patch disables unique IO_APIC_ID check for xAPIC systems running
> in EM64T mode. Xeon-based ES7000s panic failing this unnecessary
> check. I added IOAPIC_ID_CHECK config option and turned it off for
> Intel processors. Also added the boot option that overrides default
> and turnes this check on/off in case it is needed for some reason.
> Hope this is acceptable way to fix the problem.
>
> Signed-off by: Natalie Protasevich <Natalie.Protasevich@xxxxxxxxxx>
>

> +config NO_IOAPIC_CHECK
> + bool
> + depends on GENERIC_CPU || MPSC
> + default y
> +

A run-time solution would be preferable to adding
a config option that only changes the default behaviour.

In general, the more config options, the more kernels
we force distros to build and support. We really want
to going the other way and simplifying, when possible.

cheers,
-Len

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