[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.