Index: /trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp	(revision 30324)
+++ /trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp	(revision 30325)
@@ -78,5 +78,5 @@
 
 /**
- * Tail code called when we've wont the battle for the lock.
+ * Tail code called when we've won the battle for the lock.
  *
  * @returns VINF_SUCCESS.
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 30324)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 30325)
@@ -1163,7 +1163,5 @@
             Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s));
             Assert(PGMGetGuestMode(pVCpu) <= PGMMODE_PAE);
-            pgmLock(pVM);
             rc = PGM_BTH_NAME(SyncPT)(pVCpu, iPDSrc, pPDSrc, GCPtrPage);
-            pgmUnlock(pVM);
         }
         else
