Re: atomic_cmpxchg and 64-bit values

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

 



On Thu, 18 Jan 2007, Christoph Lameter wrote:

> On Wed, 17 Jan 2007, Andreas Schwab wrote:
> 
> > Brent Casavant <bcasavan@xxxxxxx> writes:
> > 
> > > Is there some particular reason we need the cast to int on the
> > > return path for atomic_cmpxchg()?  It looks to me as if this
> > > macro would work equally well with an atomic_t or an atomic64_t.
> > 
> > No, this is won't work, atomic_cmpxchg is strictly only defined for
> > atomic_t.  See commit 4a6dae6d382e9edf3ff440b819e554ed706359bc.
> 
> Use cmpxchg instead of atomic_cmpxchg.

There was a better solution anyway.  I was trying to stash a pointer
in the atomic as an ownership token, and that of course was fraught with
peril as you need an atomic_t or atomic64_t, depending on platform.

In the end I decided to use a non-pointer unique token rather than
deal with the 32/64-bit hassle, which also sidestepped the whole
question about the (int) cast.

Thanks you both for the responses though.

Brent

-- 
Brent Casavant                          All music is folk music.  I ain't
bcasavan@xxxxxxx                        never heard a horse sing a song.
Silicon Graphics, Inc.                    -- Louis Armstrong
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux