summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2009-11-19 17:48:11 +0100
committerMichael Meskes <meskes@debian.org>2009-11-19 17:48:11 +0100
commitfd892711c6bdc0ef96b6b3ea13b668cb2a38196e (patch)
treee6ec126da2bcd6a490d5661118630edf983580ec /src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
parent8dc3a7e38d0783262b1aa8c3462e7359d8996d98 (diff)
parentb35715c68a1bec309bc1990353e35c20a21d5c47 (diff)
downloadvirtualbox-debian/3.0.10-dfsg-2bpo50+1.tar.gz
Merge branch 'master' into lennydebian/3.0.10-dfsg-2bpo50+1
Conflicts: debian/changelog
Diffstat (limited to 'src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp')
-rw-r--r--src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp6
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.
*/