diff options
Diffstat (limited to 'src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp')
-rw-r--r-- | src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp b/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp index 6f884a81b..52e16cc65 100644 --- a/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp +++ b/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp @@ -37,7 +37,6 @@ #include <iprt/err.h> #include <iprt/assert.h> #include <iprt/asm.h> -#include "internal/mp.h" #include "internal-r0drv-nt.h" @@ -94,11 +93,6 @@ RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) { Assert(hThread == NIL_RTTHREAD); - /* Remove any pending poke DPC from the queue, so another call to RTMpPokeCpu will send an IPI - * Also do this so we don't exit from ring 0 for the poke DPC (which does nothing). - */ - rtMpPokeCpuClear(); - /* * Read the globals and check if they are useful. */ |