From: Alex Williamson <alex.williamson@hp.com>
To: Christian.Limpach@cl.cam.ac.uk
Cc: xen-devel@lists.xensource.com,
Akio Takebe <takebe_akio@jp.fujitsu.com>,
"Zhang, Xiantao" <xiantao.zhang@intel.com>,
xen-ia64-devel@lists.xensource.com
Subject: Re: Re: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code for new qemu.
Date: Wed, 26 Jul 2006 11:20:03 -0600 [thread overview]
Message-ID: <1153934403.5403.12.camel@lappy> (raw)
In-Reply-To: <3d8eece20607260541x1acce9b3k974f7207d8ed3eeb@mail.gmail.com>
On Wed, 2006-07-26 at 13:41 +0100, Christian Limpach wrote:
> On 7/26/06, Akio Takebe <takebe_akio@jp.fujitsu.com> wrote:
> > Hi, Xiantao
> >
> > Is the following testandset redefine?
> >
> > diff -r bbabdebc54ad tools/ioemu/exec-all.h
> > --- a/tools/ioemu/exec-all.h Wed Jul 19 21:13:36 2006 +0100
> > +++ b/tools/ioemu/exec-all.h Tue Jul 25 09:30:05 2006 +0800
> > @@ -391,6 +391,15 @@ static inline int testandset (int *p)
> > }
> > #endif
> >
> > +#ifdef __ia64__
> > +#include "ia64_intrinsic.h"
> > +static inline int testandset (int *p)
>
> I've merged it with the existing __ia64 case.
Hi Christian,
Looks like we still ended up with both copies. Can you please apply
the patch below. Thanks,
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 21918b22746e tools/ioemu/exec-all.h
--- a/tools/ioemu/exec-all.h Wed Jul 26 10:49:32 2006 -0600
+++ b/tools/ioemu/exec-all.h Wed Jul 26 11:16:28 2006 -0600
@@ -391,15 +391,6 @@ static inline int testandset (int *p)
}
#endif
-#ifdef __ia64__
-#include "ia64_intrinsic.h"
-static inline int testandset (int *p)
-{
- uint32_t o = 0, n = 1;
- return (int)cmpxchg_acq(p, o, n);
-}
-#endif
-
#ifdef __s390__
static inline int testandset (int *p)
{
next prev parent reply other threads:[~2006-07-26 17:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-25 2:09 [PATCH][QEMU] Add IA64-specific code for new qemu Zhang, Xiantao
2006-07-26 11:24 ` Akio Takebe
2006-07-26 12:41 ` Re: [Xen-ia64-devel] " Christian Limpach
2006-07-26 17:20 ` Alex Williamson [this message]
2006-07-26 18:34 ` Alex Williamson
2006-07-26 20:14 ` Christian Limpach
2006-07-26 12:41 ` Christian Limpach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1153934403.5403.12.camel@lappy \
--to=alex.williamson@hp.com \
--cc=Christian.Limpach@cl.cam.ac.uk \
--cc=takebe_akio@jp.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-ia64-devel@lists.xensource.com \
--cc=xiantao.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.