Index: /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 26647)
+++ /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 26648)
@@ -1079,6 +1079,5 @@
     *pEdx = pCpuId->edx;
 
-    if (    iLeaf == 1
-        &&  pVM->cCpus > 1)
+    if (    iLeaf == 1)
     {
         /* Bits 31-24: Initial APIC ID */
@@ -1123,5 +1122,5 @@
                 level = 2;
                 type = 3;
-                sharing = 2;
+                sharing = 1;
                 linesize = 64;
                 associativity = 24;
