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] Oops, allow compile 2.6.13-rebased with CONFIG_SMP (one

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Oops, allow compile 2.6.13-rebased with CONFIG_SMP (one small fix)
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Sep 2005 07:48:20 +0000
Delivery-date: Thu, 15 Sep 2005 07:53:18 +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 b55363593dfcddea49fbb645282899694751ecb2
# Parent  3ca4ca7a9cc234d33c3981852fc37c73fcd72218
Oops, allow compile 2.6.13-rebased with CONFIG_SMP (one small fix)

diff -r 3ca4ca7a9cc2 -r b55363593dfc xen/include/asm-ia64/xensystem.h
--- a/xen/include/asm-ia64/xensystem.h  Thu Sep  1 18:46:28 2005
+++ b/xen/include/asm-ia64/xensystem.h  Thu Sep  1 21:28:28 2005
@@ -71,6 +71,10 @@
 } while (0)
 #endif // CONFIG_VTI
 
+#undef switch_to
+// FIXME SMP... see system.h, does this need to be different?
+#define switch_to(prev,next,last)      __switch_to(prev, next, last)
+
 #define __cmpxchg_user(ptr, new, old, _size)                           \
 ({                                                                     \
        register long __gu_r8 asm ("r8");                               \

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Oops, allow compile 2.6.13-rebased with CONFIG_SMP (one small fix), Xen patchbot -unstable <=