Index: /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp	(revision 19793)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp	(revision 19794)
@@ -820,5 +820,4 @@
  * @returns false if we consider it to still be a paging page.
  * @param   pVM         VM Handle.
- * @param   pPage       The page in question.
  * @param   pRegFrame   Trap register frame.
  * @param   pCpu        The disassembly info for the faulting instruction.
@@ -827,5 +826,5 @@
  * @remark  The REP prefix check is left to the caller because of STOSD/W.
  */
-DECLINLINE(bool) pgmPoolMonitorIsReused(PVM pVM, PPGMPOOLPAGE pPage, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu, RTGCPTR pvFault)
+DECLINLINE(bool) pgmPoolMonitorIsReused(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu, RTGCPTR pvFault)
 {
 #ifndef IN_RC
@@ -886,6 +885,4 @@
     }
 
-    //if (pPage->fCR3Mix)
-    //    return false;
     return false;
 }
@@ -1127,5 +1124,5 @@
              || pgmPoolIsPageLocked(&pVM->pgm.s, pPage)
             )
-        &&  !(fReused = pgmPoolMonitorIsReused(pVM, pPage, pRegFrame, &Cpu, pvFault))
+        &&  !(fReused = pgmPoolMonitorIsReused(pVM, pRegFrame, &Cpu, pvFault))
         &&  !pgmPoolMonitorIsForking(pPool, &Cpu, GCPhysFault & PAGE_OFFSET_MASK))
     {
