Re: [patch] futex-2.5.42-A2

From: Ingo Molnar (mingo@elte.hu)
Date: Wed Oct 16 2002 - 03:17:10 EST


On Wed, 16 Oct 2002, Rusty Russell wrote:

> If you do this, *please* add:
> /* Above check not sufficient if align of int < size. Break link. */
> if (__alignof__(int) < sizeof(int)) {
> extern void __error_small_int_align();
> __error_small_int_align();
> }

are you aware of any platform we care about that has a word alignment like
this? But in any case, this should not matter these days, all we need is a
guarantee that the word is accessed atomically by the kernel when it reads
it, pure int alignment should be enough for that.

        Ingo

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



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:27 EST