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