Inter-processor interrupt: Difference between revisions

Content deleted Content added
Jsmethers (talk | contribs)
No edit summary
 
Jsmethers (talk | contribs)
No edit summary
Line 1:
An '''Inter-Processor Interrupt''' ('''IPC''') is a special type of [[interrupt]] by which one processor may interrupt another processor in a [[multiprocessor]] system. IPCs are typically used to implement a [[cache coherrency]] [[synchronization]] point.
 
In [[x86]] base systems, an IPC synchronizes the cache and [[Memory Management Unit]] (MMU) between processors.
 
== See Also ==
* [[Advanced Programmable Interrupt Controller]]
* [[Interrupt]]
* [[Interrupt Handler]]
* [[Non-Maskable Interrupt]]
* [[Programmable Interrupt Controller]]
 
 
{{compu-hardware-stub}}