Multiprocessor Architecture
Cache coherency unit will intervene if two or more processors attempt to update same cache line
- All memory (and I/O) is shared by all processors
- Read/write conflicts between processors on the same memory location are resolved by cache coherency unit
- Programming model is an extension of single processor programming model