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

[Xen-changelog] Fix for !CONFIG_SMP compile

# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID fb80697dbcf901f8a5584f13cd853e193a7fcd8e
# Parent  f5ab28885c7569a7a25ef6b4321222bce8ee0131
Fix for !CONFIG_SMP compile
Signed-off-by: Dan Magenheimer <dan.magenheimer@xxxxxx>

diff -r f5ab28885c75 -r fb80697dbcf9 xen/arch/ia64/linux-xen/smpboot.c
--- a/xen/arch/ia64/linux-xen/smpboot.c Fri Jan 13 20:12:24 2006
+++ b/xen/arch/ia64/linux-xen/smpboot.c Fri Jan 13 20:16:44 2006
@@ -64,6 +64,10 @@
 #ifdef XEN
 #include <asm/hw_irq.h>
 int ht_per_core = 1;
+#ifndef CONFIG_SMP
+cpumask_t cpu_online_map = CPU_MASK_CPU0;
+EXPORT_SYMBOL(cpu_online_map);
+#endif
 #endif
 
 #ifdef CONFIG_SMP /* ifdef XEN */

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix for !CONFIG_SMP compile, Xen patchbot -unstable <=