Re: [PATCH] time: Add locking to xtime access in get_seconds()

From: Andi Kleen
Date: Thu May 05 2011 - 13:57:22 EST


> I suspect the reason this hasn't been triggered on x86 or power6 is due
> to compiler or processor optimizations reordering the assignment to in
> effect make it atomic. Or maybe the timing window to see the issue is
> harder to observe?

On x86 all aligned stores are atomic. So I don't see how this
could be a problem ever.

Are you saying that on P6 only atomic stores are atomic?

If that's the case again I suspect other code will be affected
too.

-Andi
>
--
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/