Inter-processor interrupt: Difference between revisions

Content deleted Content added
m not a proper noun
Line 1:
An '''Interinter-Processorprocessor Interruptinterrupt''' ('''IPI''') is a special type of [[interrupt]] by which one processor may interrupt another processor in a [[multiprocessor]] system. IPIs are typically used to implement a [[cache coherency]] [[synchronization]] point.
 
In [[x86]] base systems, an IPI synchronizes the cache and [[Memory Management Unit]] (MMU) between processors.