Mailing List Archive

[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@redhat.com>
---

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@lists.xensource.com
http://lists.xensource.com/xen-merge
Re: [Xen-merge] [PATCH] smpalts fix for native build [ In reply to ]
* Chris Wright (chrisw@redhat.com) wrote:
> 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).

Bah, ignore that, had done pull w/out update, it's certainly there now.

thanks,
-chris

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