Re: [cpuops cmpxchg double V1 1/4] Generic support for this_cpu_cmpxchg_double

From: H. Peter Anvin
Date: Sat Dec 25 2010 - 01:12:12 EST


On 12/24/2010 08:53 PM, Christoph Lameter wrote:
> On Thu, 23 Dec 2010, H. Peter Anvin wrote:
>
>> There are two return registers; two machine registers can be returned in
>> registers. [u]int128 is poorly implemented in a lot of gcc versions,
>> since it really hasn't been exercised. However, two-word structures
>> should work. I do not believe a two-word *array* works, though.
>
> Oh gosh. So we would be using a tight corner case for gcc that may only
> work with certain versions of gcc? Note that the current version does only
> return a boolean. There is no need for returning double words. I'd be
> happy if we could *pass* double words.
>


A structure is not a corner case; a uint128 would be.

-hpa

--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/