Jump to content

PSD END IPI: Difference between revisions

From EDM2
Created page with "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. ==..."
 
No edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:PSD_END_IPI}}
End an inter-processor interrupt.
End an inter-processor interrupt.



Latest revision as of 02:39, 20 May 2025

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.

Syntax

PSD_END_IPI <keywords>

Parameters

Processor number to end interrupt on (0-based).

Return Code

NO_ERROR
if the IPI was ended successfully.
-1
if the IPI didn't end successfully.

Remarks

The processor number specified and the current processor number should be identical.

  • This function is not required for OS/2 to execute with one processor, but it is required for OS/2 to use multiple processors.
  • This function can not call a PSD help that may block.