Changeset 74638 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Oct 6, 2018 6:31:59 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125528
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp
r69111 r74638 301 301 return VERR_NOT_SUPPORTED; 302 302 IPRT_DARWIN_SAVE_EFL_AC(); /* paranoia */ 303 /// @todo use mp_cpus_kick() when available (since 10.10)? It's probably slower (locks, mask iteration, checks), though... 303 304 g_pfnR0DarwinCpuInterrupt(idCpu); 304 305 IPRT_DARWIN_RESTORE_EFL_AC();
Note:
See TracChangeset
for help on using the changeset viewer.