Index: /trunk/src/VBox/VMM/VM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VM.cpp	(revision 450)
+++ /trunk/src/VBox/VMM/VM.cpp	(revision 451)
@@ -364,13 +364,4 @@
             if (VBOX_SUCCESS(rc))
             {
-#if defined(__AMD64__)
- pVM->fCSAMEnabled = false;
- pVM->fPATMEnabled = false;
- #ifndef __WIN__
-  pVM->fRawR0Enabled = false;
-  pVM->fRawR3Enabled = false;
- #endif
-#endif
-
                 /*
                  * Init the Ring-3 components and do a round of relocations with 0 delta.
@@ -1711,12 +1702,4 @@
     vmR3SetState(pVM, enmVMState);
 
-#if defined(__AMD64__)
- pVM->fCSAMEnabled = false;
- pVM->fPATMEnabled = false;
- #ifndef __WIN__
-  pVM->fRawR0Enabled = false;
-  pVM->fRawR3Enabled = false;
- #endif
-#endif
     return VINF_EM_RESET;
 }
