Inter-processor interrupt: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Mergefrom}}
Mechanism: Systems without an APIC obviously don't use the APIC.
Line 4:
 
== Mechanism ==
IPIOn signalling[[IBM isPC oftencompatible]] performedcomputers through thethat use of the [[Advanced Programmable Interrupt Controller|APIC]] (APIC), IPI signalling is often performed using the APIC. When a CPU wishes to send an interrupt to another CPU, it stores the interrupt vector and the identifier of the target's local APIC in the Interrupt Command Register (ICR) of its own local APIC. A message is then sent via the APIC bus to the target's local APIC, which therefore issues a corresponding interrupt to its own CPU.
 
== Examples ==