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

[Xen-merge] [PATCH] smpalts fix for native build

To: xen-merge@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-merge] [PATCH] smpalts fix for native build
From: Chris Wright <chrisw@xxxxxxxxxx>
Date: Thu, 22 Dec 2005 08:23:01 -0800
Delivery-date: Thu, 22 Dec 2005 16:24:29 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-merge-request@lists.xensource.com?subject=help>
List-id: xen-merge <xen-merge.lists.xensource.com>
List-post: <mailto:xen-merge@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-merge>, <mailto:xen-merge-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-merge>, <mailto:xen-merge-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-merge-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.1i
I thought this one had already come across the list, but native builds
still have one LOCK_PREFIX left after smpalts patch (breaking the build).

Signed-off-by: Chris Wright <chrisw@xxxxxxxxxx>
---

diff -r 332bdc354197 include/asm-i386/system.h
--- a/include/asm-i386/system.h Fri Dec 16 08:45:39 2005
+++ b/include/asm-i386/system.h Thu Dec 22 08:21:11 2005
@@ -339,7 +339,7 @@
                                      unsigned long long new)
 {
        unsigned long long prev;
-       __asm__ __volatile__(LOCK_PREFIX "cmpxchg8b %3"
+       __asm__ __volatile__(LOCK "cmpxchg8b %3"
                             : "=A"(prev)
                             : "b"((unsigned long)new),
                               "c"((unsigned long)(new >> 32)),

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

<Prev in Thread] Current Thread [Next in Thread>