added code again, which got removed my big merge:-(
[linux-2.6/linux-mips.git] / Documentation / SMP.txt
blobdeac933c8afb2cf9429c1fd509baf563e65eed2a
1 SMP on x86/Linux is now an official feature and is not experimental.
2 Experimental SMP support for other architectures is underway.
4 Please view linux/Documentation/smp for more information about enabling SMP.
6 SMP support for Linux with up to 16 processors using the Intel MP
7 specification. 
9 To fix:
11 o       Clean up processor specific/independent split.
12 o       Document it all.        [PARTLY DONE]
13 o       Halting other CPUs on reset or panic doesn't always work.
14 o       Don't waste page at 4 K--don't need it now (watch the GDT code).
15 o       Dump bootup pages once booted somehow.
16 o       Clean up warnings/volatiles.
17 o       486 startup code.
18 o       How to handle mixed FPU/non FPU processors.
19 o       Test IO-APIC on various hardware.
20 o       Separate IO-APIC from SMP.