Re: SMP on assym. x86

Mark Hahn (hahn@coffee.psychology.mcmaster.ca)
Wed, 21 Mar 2001 11:32:05 -0500 (EST)


> recently upgrading one of my two CPUs, I found kernel-2.4.2 to be unable to
> 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.

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.

regards, mark hahn.

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