PSD_END_IPI
PSD_END_IPI keywords
Description
End an inter-processor interrupt.
This function is used to end an inter-processor interrupt, that was generated
by GenIPI.
Mode
Called in Kernel, and Interrupt
Mode.
Entry
Processor number to end interrupt
on (0-based).
Exit
NO_ERROR
if the IPI was ended successfully.
-1
if the IPI didn't end successfully.
Structures
Notes
The processor number specified
and the current processor number should be identical.
[Back: PSD_GEN_IPI]
[Next: PSD_PORT_IO]