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 342] Unable to bring up SMP DomUs on x86_64 Xen

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 342] Unable to bring up SMP DomUs on x86_64 Xen
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 18 Oct 2005 22:20:13 +0000
Delivery-date: Tue, 18 Oct 2005 22:20:18 +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=342


nitin.a.kamble@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From nitin.a.kamble@xxxxxxxxx  2005-10-18 22:20 
-------
Here is the fix for the issue:
http://article.gmane.org/gmane.comp.emulators.xen.devel/16214

Signed-Off-By:Nitin A Kamble <nitin.a.kamble@xxxxxxxxx>
diff -r 446aa56ca4fee7d3ea2badfb59e8bb3540b507ae linux-2.6-xen-
sparse/arch/xen/x86_64/kernel/smpboot.c
--- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c     Mon Oct 17 
12:50:28 2005
+++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c     Tue Oct 18 
10:37:24 2005
@@ -445,7 +445,7 @@
 }
 
 #ifdef CONFIG_XEN
-extern void local_setup_timer(void);
+extern void local_setup_timer(unsigned int cpu);
 #endif
 
 /*
@@ -478,7 +478,7 @@
 
        enable_APIC_timer();
 #else
-       local_setup_timer();
+       local_setup_timer(smp_processor_id());
        smp_intr_init();
        local_irq_enable();
 #endi


-- 
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>