- Timestamp:
- May 4, 2016 11:55:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r60820 r60825 671 671 /* We need to return to ring-3 to deliver the SIPI. */ 672 672 rcStrict = rcRZ; 673 Log2(("APIC: apicSendIntr: SIPI issued, returning to RZ. rc=%Rrc\n", rcRZ)); 673 674 #endif 674 675 break; … … 924 925 * performed in the current context. 925 926 */ 926 static VBOXSTRICTRCapicSendIpi(PVMCPU pVCpu, int rcRZ)927 DECLINLINE(VBOXSTRICTRC) apicSendIpi(PVMCPU pVCpu, int rcRZ) 927 928 { 928 929 VMCPU_ASSERT_EMT(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.