WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 364] New: boot cpu and secondary cpu info differ in dom0

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 364] New: boot cpu and secondary cpu info differ in dom0 SMP
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Wed, 26 Oct 2005 01:23:28 +0000
Delivery-date: Wed, 26 Oct 2005 01:23:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=364

           Summary: boot cpu and secondary cpu info differ in dom0 SMP
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Hardware Support
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: ryanh@xxxxxxxxxx


cpu_data in secondary processors diff from boot cpu.  It seems that boot
cpu_data is not correct:

(bebop) ~ % cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 5
model name      : unknown
stepping        : 10
cpu MHz         : 2193.750
cache size      : 0 KB
fdiv_bug        : no
hlt_bug         : yes
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
mmx fxsr sse sse2
bogomips        : 0.00

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 5
model name      : AMD Opteron(tm) Processor 248
stepping        : 10
cpu MHz         : 2193.750
cache size      : 1024 KB
fdiv_bug        : no
hlt_bug         : yes
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow
bogomips        : 4377.80


%(bebop) diff -u p0.out p1.out
--- p0.out      2005-10-25 20:20:39.000000000 -0500
+++ p1.out      2005-10-25 20:21:06.000000000 -0500
@@ -1,11 +1,11 @@
-processor      : 0
+processor      : 1
 vendor_id      : AuthenticAMD
 cpu family     : 15
 model          : 5
-model name     : unknown
+model name     : AMD Opteron(tm) Processor 248
 stepping       : 10
 cpu MHz                : 2193.750
-cache size     : 0 KB
+cache size     : 1024 KB
 fdiv_bug       : no
 hlt_bug                : yes
 f00f_bug       : no
@@ -14,5 +14,5 @@
 fpu_exception  : yes
 cpuid level    : 1
 wp             : yes
-flags          : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
mmx fxsr sse sse2
-bogomips       : 0.00
+flags          : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow
+bogomips       : 4377.80

DOM0 SMP, x86_32, dual-opteron.
% hg tip
changeset:   7484:e47f04c55eb1
tag:         tip
user:        vhanquez@xxxxxxxxxxxxxxxxxxxxxxx
date:        Mon Oct 24 06:57:37 2005 +0100
summary:     compute the correct totalram_pages when the balloon increase or
decrease the

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 364] New: boot cpu and secondary cpu info differ in dom0 SMP, bugzilla-daemon <=