Index: /trunk/include/VBox/vm.h
===================================================================
--- /trunk/include/VBox/vm.h	(revision 22891)
+++ /trunk/include/VBox/vm.h	(revision 22892)
@@ -180,5 +180,5 @@
         struct VMMCPU       s;
 #endif
-        char                padding[320];       /* multiple of 64 */
+        char                padding[384];       /* multiple of 64 */
     } vmm;
 
@@ -212,5 +212,5 @@
 
     /** Align the structure size at page boundrary. */
-    uint8_t                 abAlignment2[896];
+    uint8_t                 abAlignment2[832];
 } VMCPU;
 
