Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - IPI_CHECK_INTR handling: Page 1 of 4 (4 Items)
   
IPI_CHECK_INTR handling  
I am trying to understand the handling of IPI_CHECK_INTR on a system with two x86 processors.

From what I understand, looks like a CPU issues IPI_CHECK_INTR interrupt to next CPU at the end of interrupt handling if
 INKERNEL_NOW and  INKERNEL_EXIT bits are set. Now, during the handling of IPI_CHECK_INTR, next CPU is executing the 
same code path and bouncing this interrupt back to the first one if value of inkernel hasn't changed. Is this the 
expected behaviour?

Thanks in advance for any explanation.
Prasad Lingutla