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] Enable gcc3.4 with CONFIG_SMP (by Alex Williamson)

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Enable gcc3.4 with CONFIG_SMP (by Alex Williamson)
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 11 Nov 2005 16:26:14 +0000
Delivery-date: Fri, 11 Nov 2005 16:27:27 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 2f98977d9f85467df850d96dcdb11ef8762b1313
# Parent  0ec32c6f0963a05ff640b7f5b674f6244f98b30e
Enable gcc3.4 with CONFIG_SMP (by Alex Williamson)

diff -r 0ec32c6f0963 -r 2f98977d9f85 xen/arch/ia64/linux-xen/sal.c
--- a/xen/arch/ia64/linux-xen/sal.c     Thu Nov 10 20:02:01 2005
+++ b/xen/arch/ia64/linux-xen/sal.c     Thu Nov 10 21:24:29 2005
@@ -14,12 +14,12 @@
 #include <linux/spinlock.h>
 #include <linux/string.h>
 
+#ifdef XEN
+#include <linux/smp.h>
+#endif
 #include <asm/page.h>
 #include <asm/sal.h>
 #include <asm/pal.h>
-#ifdef XEN
-#include <linux/smp.h>
-#endif
 
  __cacheline_aligned DEFINE_SPINLOCK(sal_lock);
 unsigned long sal_platform_features;

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Enable gcc3.4 with CONFIG_SMP (by Alex Williamson), Xen patchbot -unstable <=