Re: SMP on assym. x86

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 21 Mar 2001 23:41:33 +0000 (GMT)


> > handle the situation with 2 different CPUs (AMP = Assymmetric
> > multiprocessing ;-) correctly.
>
> "correctly". Intel doesn't support this (mis)configuration:
> especially with different steppings, not to mention models.

Actually for a lot of cases its quite legal.

> Alan has, or is working on, a workaround to handle differing
> multipliers by turning off the use of RDTSC. this is the right approach
> to take in the kernel: disable features not shared by both processors,
> so correctly-configured machines are not penalized.
> and the kernel should LOUDLY WARN ABOUT this stuff on boot.

I've been working on reading the multipliers directly from the MSR 0x2A data,
Kurt is redoing the timing each run - possibly thats not so clean but its
more robust.

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