Caldera and SMP
Posted Jun 12, 2003 13:25 UTC (Thu) by
corbet (editor, #1)
In reply to:
Caldera and SMP by Ross
Parent article:
An open letter to SCO
Really.
I can't dig up the definitive message now, but digging through Google turns up messages like this one. Also, pull out your 2.4.x kernel source and have a look at arch/i386/kernel/smpboot.c:
/*
* x86 SMP booting functions
*
* (c) 1995 Alan Cox, Building #3 <alan@redhat.com>
* (c) 1998, 1999, 2000 Ingo Molnar <mingo@redhat.com>
*
* Much of the core SMP work is based on previous work by Thomas Radke, to
* whom a great many thanks are extended.
*
* Thanks to Intel for making available several different Pentium,
* Pentium Pro and Pentium-II/Xeon MP machines.
* Original development of Linux SMP code supported by Caldera.
* [...]
*/
(The bold font is mine - it doesn't appear in the source :)
(
Log in to post comments)