Index: /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp	(revision 17198)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp	(revision 17199)
@@ -732,5 +732,5 @@
                         STAM_COUNTER_INC(&(pPool->CTX_SUFF(pVM)->pgm.s.StatRZGuestCR3WriteConflict));
                         VM_FF_SET(pPool->CTX_SUFF(pVM), VM_FF_PGM_SYNC_CR3);
-                        LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw=%#x!\n", iShw));
+                        LogFlow(("pgmPoolMonitorChainChanging: Detected pdpt conflict at iShw=%#x!\n", iShw));
                         break;
                     }
@@ -1140,6 +1140,8 @@
     pRegFrame->rip += pCpu->opsize;
 
+#ifdef IN_RC
     /* See use in pgmPoolAccessHandlerSimple(). */
     PGM_INVL_GUEST_TLBS();
+#endif
 
     LogFlow(("pgmPoolAccessHandlerSTOSD: returns\n"));
@@ -1198,4 +1200,5 @@
     }
 
+#ifdef IN_RC
     /*
      * Quick hack, with logging enabled we're getting stale
@@ -1211,4 +1214,5 @@
      */
     PGM_INVL_GUEST_TLBS();
+#endif
 
     LogFlow(("pgmPoolAccessHandlerSimple: returns %Rrc cb=%d\n", rc, cb));
