Symmetric Multiprocessing: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
added stub tag
Added introduction. Noticed this page suggests 486 has SMP, where IA32 architecture list says 486 does not. Can anybody confirm?
Line 1:
{{Stub}}
 
'''Symmetric Multiprocessing''' (or '''SMP''') is one method of having multiple processors in one computer system. In an SMP system (as opposed to a [[NUMA]] system) all logical cores are able to see the entire memory for the system. Note that SMP and NUMA are not mutually exclusive however; as [[User:Brendan|Brendan]] has pointed out on the forums, Intel's [[IA32_Architecture_Family#Core_i7_Series|Core i7]] implements both SMP and NUMA, as well as hyper-threading.
 
==Initialisation of an old SMP system==