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