Jump to content

Inter-processor interrupt

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jsmethers (talk | contribs) at 05:29, 30 November 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.